How to Create Modifiers Using the API QP_MODIFIERS_PUB.PROCESS_MODIFIERS
In this Document
APPLIES TO:Oracle Advanced Pricing - Version 11.5.10 and laterInformation in this document applies to any platform. GOALProvide method to use an API to create modifiers in Oracle Applications. SOLUTION
Review the Oracle® Order Management Open Interfaces, API, & Electronic Messaging Guide Example Scripts
Example 1: Line level discount of 8% discount on all products
File Path : $QP_TOP/patch/115/sql/QPXEXDS1.sql
Example 2: Buy more than 5 quantities of item 62081 , Get 8% discount
File Path : $QP_TOP/patch/115/sql/QPXEXDS2.sql
Example 3: For customer 1000, Buy more than 2 Units of item 62081,
Get 10% discount File Path : $QP_TOP/patch/115/sql/QPXEXDS3.sql
Example 4: Create 2% surcharge on all products
File Path : /nfs/group/qpdev/qp/11.5/patch/115/sql/QPXEXSUR.sql
Example 5: For customer 1000, Buy more than 2 units of item 62081,
Get a Payment Term 2/10 NET 30 Terms Substitution Creation. File Path : $QP_TOP/patch/115/sql/QPXEXTSN.sql
Example 6: Other Item Discount Creation - Buy 1 of item 62081, Get 1 free
File Path: $QP_TOP/patch/115/sql/QPXEXOID.sql
Example 7: Promotional Goods - Buy 1 of item 45 and 1 item 63,
Get 1 item 62081 at a 20% discount File Path : $QP_TOP/patch/115/sql/QPXEXPRG.sql
Example 8: Coupon Issue - Buy 2 of item 45, Get Coupon for 20% discount
File Path : $QP_TOP/patch/115/sql/QPXEXCIE.sql
Example 9: Price Break - Buy 1-100 of item 45, Get 20% discount
Buy 101-200 of item 45, Get 25% discount File Path: $QP_TOP/patch/115/sql/QPXEXPBH.sql For Oracle Applications R12, be sure to review the following note before testing:
Note 1192904.1 QP_MODIFIERS_PUB.Process_Modifiers API Is Not Creating A Modifier or Is Not Processing Update Or Is Not Creating
Qualifiers Yet Completes Successfully.
This note outlines setup considerations in regards to the parameters being used.
Steps to verify the creation of modifier(s).
Additional ResourcesNote 948703.1 - Pricing Api Qp_modifier_pub.Process_modifiers Errors To Update Modifier Hdr Dff Troubleshooting Tips
select * from qp_event_phases where pricing_phase_id = 2;
For Oracle Applications R12, be sure to review the following note before testing:
Note 1192904.1 QP_MODIFIERS_PUB.Process_Modifiers API Is Not Creating A Modifier or Is Not Processing Update Or Is Not Creating Qualifiers Yet Completes Successfully. This note outlines setup considerations in regards to the parameters being used.
REFERENCESNOTE:1192904.1 - QP_MODIFIERS_PUB.Process_Modifiers API Is Not Creating A Modifier or Is Not Processing Update Or Is Not Creating Qualifiers Yet Completes SuccessfullyNOTE:1301767.1 - Is There a Direct Route Using an API for Loading Qualifiers for the Modifier Header? NOTE:295186.1 - Oracle Logistics and Order Management Release 11i Documentation NOTE:404218.1 - How Does One Create Modifier With Qualifier Using API? NOTE:791346.1 - QP_MODIFIERS_PUB.PROCESS_MODIFIERS() API Causes Error: This Name Is Currently Being Used As A Modifier Name NOTE:844458.1 - Error Shown While Assigning A Negative Adjustment Factor Value(ie: -10) in a Factor List Using API QP_MODIFIERS_PUB.Process_Modifiers When Profile Qp: Negative Pricing = No NOTE:948703.1 - Pricing Api Qp_modifier_pub.Process_modifiers Errors To Update Modifier Hdr Dff NOTE:956043.1 - QP_MODIFIERS_PUB: Not Create Promotional Good Modifier with Break Type = RECURRING |