| layout | default |
|---|---|
| title | QP Modifier Details | Oracle EBS SQL Report |
| description | Imported from BI Publisher Description: Modifier Details Report for QP Application: Advanced Pricing Source: Modifier Details (XML) Short Name… |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, R12 only, Modifier, Details, fnd_application_vl, qp_secu_list_headers_vl, qp_segments_b |
| permalink | /QP%20Modifier%20Details/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Imported from BI Publisher Description: Modifier Details Report for QP Application: Advanced Pricing Source: Modifier Details (XML) Short Name: QPXPRMLS_XML DB package: QP_QPXPRMLS_XMLP_PKG
he Modifier Details (columns) are repeated across all rows pertaining to the Modifier The List Line Details (columns) are repeated across all rows pertaining to the List Line
For a given modifier the row sequence is:
- Modifier Level Qualifiers (sorted by qualifier group, qualifier grouping number)
- Modifier List Lines (sorted by list line number)
For each Modifier List the row sequence is:
- List Line record type
- List Line - Qualifiers (sorted by qualifier group, qualifier grouping number)
- List Line - Price Breaks
- List Line - Pricing Attributes
You can filter on the Record Type column to restrict the data based on what you want to review (e.g just the Modifier Qualifiers, or just the Modifier Lines, or just the Line Level Qualifiers etc).
Modifier Number From, Modifier Number To, Modifier Name From, Modifier Name To, Modifier Version From, Modifier Version To, Start Date Active, End Date Active, Active Modifier Only, Active Modifier Lines Only, Item Name, Item Category, Customer Name, Customer Class, Price List
fnd_application_vl, qp_secu_list_headers_vl, qp_segments_b, qp_prc_contexts_b, qp_qualifiers_v, qp_lookups, qp_list_lines, qp_rltd_modifiers, qp_modifier_summary_v, qp_price_breaks_v, qp_pricing_attr_v, qp_pricing_attr_get_v, q1, q2, q3, q4, q5, q6
Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.
| Resource | Link |
|---|---|
| Excel Example Output | QP Modifier Details - Default 24-Feb-2024 004246.xlsx |
| Blitz Report™ XML Import | QP_Modifier_Details.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/qp-modifier-details/ |
The QP Modifier Details report is a crucial configuration and audit tool for Oracle Advanced Pricing (QP). It provides a comprehensive and hierarchical view of all pricing modifiers, including discounts, surcharges, freight charges, and promotions, along with their associated qualifiers and price breaks. This report is indispensable for pricing analysts, sales managers, and system configurators to understand complex pricing strategies, audit modifier setups, troubleshoot pricing discrepancies, and ensure accurate and compliant application of all pricing adjustments.
Oracle Advanced Pricing modifiers are highly flexible, allowing for complex pricing strategies based on numerous conditions. However, managing and understanding these configurations can be a significant challenge:
- Opaque Modifier Logic: It's often difficult to see how different modifiers are defined, what conditions (qualifiers) trigger them, and how they interact with each other to affect the final price. This lack of transparency complicates pricing analysis.
- Configuration Complexity: Modifiers can have multiple list lines, price breaks, pricing attributes, and qualifiers defined at both the modifier and line level. Retrieving all this detail from standard Oracle forms is a tedious, multi-step process.
- Troubleshooting Pricing Errors: When an incorrect discount is applied (or not applied), diagnosing the issue requires a deep dive into modifier setups. Without a consolidated report, identifying the exact rule causing the problem is very time-consuming.
- Compliance and Audit: Ensuring that all discounts and charges are applied according to company policy and legal regulations requires clear, auditable documentation of modifier configurations.
This report offers a powerful, configurable, and hierarchical solution for analyzing and auditing pricing modifiers, transforming how organizations manage their pricing strategies.
- Comprehensive Modifier Overview: It presents a detailed list of modifiers, their lines, associated qualifiers, and price breaks in a structured, hierarchical format. This provides a holistic view of the entire modifier setup.
- Configurable Detail Levels: The report allows users to filter by
Record Type(e.g., Modifier Level Qualifiers, List Line Price Breaks, List Line Pricing Attributes), enabling focus on specific aspects of the modifier setup for targeted analysis or troubleshooting. - Transparent Pricing Logic: By detailing all the components of a modifier, the report provides unprecedented transparency into how discounts and charges are calculated and applied by the Oracle Pricing Engine.
- Streamlined Audit and Compliance: It serves as a robust audit trail for all pricing modifier configurations, facilitating compliance checks and ensuring that pricing strategies are implemented as intended.
The report queries core Oracle Advanced Pricing tables to extract and present detailed modifier configurations.
- Primary Tables/Views Involved:
qp_secu_list_headers_vl(the central view for pricing list headers, including modifiers).qp_list_lines(for individual lines within a modifier, defining the actual adjustment).qp_qualifiers_v(for qualifier definitions at both modifier and list line levels).qp_price_breaks_v(for price break definitions associated with modifier lines).qp_pricing_attr_vandqp_pricing_attr_get_v(for pricing attributes that influence how modifiers are applied).qp_lookups(for translating various lookup codes).
- Logical Relationships: The report starts by retrieving modifier headers. It then hierarchically links to their associated
qp_qualifiers_v(for modifier-level qualifiers). For each modifierlist_line, it further joins toqp_qualifiers_v(for line-level qualifiers),qp_price_breaks_v, andqp_pricing_attr_vto construct the complete, multi-level definition of the modifier.
The report offers extensive parameters for precise filtering and detailed data inclusion:
- Modifier Identification:
Modifier Number From/To,Modifier Name From/To,Modifier Version From/Toallow for specific targeting of modifiers. - Date-Effective Filters:
Start Date ActiveandEnd Date Activeare crucial for analyzing currently active or historically defined modifiers. - Status Filters:
Active Modifier OnlyandActive Modifier Lines Onlyallow focusing on currently operational parts of the pricing setup. - Contextual Filters:
Item Name,Item Category,Customer Name,Customer Class, andPrice Listenable filtering for modifiers relevant to specific products, customers, or pricing scenarios.
As a detailed configuration report with hierarchical data, it is optimized by strong filtering and efficient joining strategies.
- Date-Effective Filtering: The
Start Date ActiveandEnd Date Activeparameters are critical for performance, allowing the database to efficiently retrieve only the relevant active modifier definitions. - Hierarchical Retrieval: The report's structured query logic is designed to efficiently traverse the hierarchical relationships between modifiers, lines, qualifiers, and price breaks.
- Parameter-Driven Scope: Extensive filtering capabilities (by modifier, item, customer) are crucial for narrowing the data set, preventing the report from attempting to process excessively broad or complex configurations when not required.
1. What is the difference between a 'Modifier' and a 'Price List' in Oracle Advanced Pricing? A 'Price List' defines the base selling price for an item. A 'Modifier' is an adjustment to that base price, such as a discount (e.g., 10% off), a surcharge (e.g., a shipping fee), or a promotional offer (e.g., Buy One Get One Free). This report focuses on the detailed setup of these modifiers.
2. How do 'Qualifiers' affect a modifier? Qualifiers are conditions that must be met for a modifier to be applicable. For example, a discount modifier might have a qualifier that says "Only apply if Customer Class is 'Wholesale'". This report details all these qualifiers, helping to understand the conditions under which a modifier will activate.
3. Can this report help troubleshoot why a specific discount is not appearing on a sales order?
Yes. By using the filtering parameters to find the expected modifier and then examining its List Line - Qualifiers and List Line - Pricing Attributes sections, you can verify if the order (customer, item, quantity, etc.) meets all the conditions defined for that modifier to be applied by the pricing engine.
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics