Search Results qp_pricing_attributes
Overview
The QP_PRICING_ATTRIBUTES table is a core data object within the Oracle E-Business Suite Advanced Pricing (QP) module. It serves as the central repository for storing the detailed product and attribute conditions that define pricing rules. Every pricing rule or modifier defined in the system, such as a discount, surcharge, or promotional price, is built upon specific qualifying conditions. This table stores the granular data for those conditions, linking a pricing rule (list line) to the specific product attributes—like inventory item, product category, or customer—that must be matched for the price to apply. Its role is fundamental to the pricing engine's ability to evaluate transactions and determine the correct price based on a multitude of configurable business rules.
Key Information Stored
The table's primary function is to associate pricing attributes with specific pricing list lines. The most critical columns include PRICING_ATTRIBUTE_ID, which is the unique primary key sequence for each attribute record. The LIST_LINE_ID is a foreign key that links the attribute directly to a price or modifier defined in the QP_LIST_LINES table. The table stores the type of attribute being defined (e.g., Item, Category, Customer) and its specific value. For example, a record may specify that its parent list line applies only to a specific INVENTORY_ITEM_ID, or to items belonging to a particular PRODUCT_ATTRIBUTE_VALUE (such as a product category). Other columns manage the context and structure of the pricing rule, controlling how multiple attributes are combined (using AND/OR logic) and the sequence of evaluation.
Common Use Cases and Queries
A primary use case is troubleshooting pricing calculations. When a transaction does not receive an expected discount, analysts query this table to verify the qualifying conditions attached to the pricing rule. Common SQL patterns involve joining QP_PRICING_ATTRIBUTES to QP_LIST_LINES and related setup tables. For instance, to find all product attributes for a specific price list line:
- SELECT pa.* FROM qp_pricing_attributes pa WHERE pa.list_line_id = <LIST_LINE_ID> ORDER BY pa.pricing_attribute_id;
Another critical reporting use case is documenting the complete structure of a price list or modifier, which requires aggregating all attribute lines associated with its constituent list lines. Developers also interact with this table when building custom pricing logic or integrations, ensuring that any programmatically created pricing rules correctly populate the necessary attribute records.
Related Objects
The QP_PRICING_ATTRIBUTES table has integral relationships with several key objects in the Advanced Pricing schema. Its most direct relationship is defined by the foreign key QP_PRICING_ATTRIBUTES.LIST_LINE_ID, which references the QP_LIST_LINES table. Every record in QP_PRICING_ATTRIBUTES must belong to a parent list line. Furthermore, the pricing engine's logic heavily relies on this table when accessing pricing rules through public APIs like QP_PREQ_GRP and QP_PRICE_REQUEST_PUB. For reporting and simplified access, Oracle provides seeded views such as QP_PRICING_ATTRIBUTES_V, which may join this table to descriptive flexfields and value sets for more user-friendly querying. The table is also closely related to product and customer master data tables, such as MTL_SYSTEM_ITEMS and HZ_CUST_ACCOUNTS, via the attribute values stored within it.
-
Table: QP_PRICING_ATTRIBUTES
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_PRICING_ATTRIBUTES, object_name:QP_PRICING_ATTRIBUTES, status:VALID, product: QP - Advanced Pricing , description: QP_PRICING_ATTRIBUTES stores product information and pricing attributes. , implementation_dba_data: QP.QP_PRICING_ATTRIBUTES ,
-
Table: QP_PRICING_ATTRIBUTES
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_PRICING_ATTRIBUTES, object_name:QP_PRICING_ATTRIBUTES, status:VALID, product: QP - Advanced Pricing , description: QP_PRICING_ATTRIBUTES stores product information and pricing attributes. , implementation_dba_data: QP.QP_PRICING_ATTRIBUTES ,
-
View: QP_LIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_LINES_V, object_name:QP_LIST_LINES_V, status:VALID, product: QP - Advanced Pricing , description: Price List Lines information - used for List Lines block in Price Lists form. , implementation_dba_data: APPS.QP_LIST_LINES_V ,
-
View: QPBV_FACTOR_BASE_PRICING_ATTRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_FACTOR_BASE_PRICING_ATTRS, object_name:QPBV_FACTOR_BASE_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of base pricing attributes of a Factor list. , implementation_dba_data: APPS.QPBV_FACTOR_BASE_PRICING_ATTRS ,
-
View: QPBV_FACTOR_ASSO_PRICING_ATTRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_FACTOR_ASSO_PRICING_ATTRS, object_name:QPBV_FACTOR_ASSO_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of associated pricing attributes of a Factor list. , implementation_dba_data: APPS.QPBV_FACTOR_ASSO_PRICING_ATTRS ,
-
View: QPBV_FACTOR_ASSO_PRICING_ATTRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_FACTOR_ASSO_PRICING_ATTRS, object_name:QPBV_FACTOR_ASSO_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of associated pricing attributes of a Factor list. , implementation_dba_data: APPS.QPBV_FACTOR_ASSO_PRICING_ATTRS ,
-
View: QP_LIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_LINES_V, object_name:QP_LIST_LINES_V, status:VALID, product: QP - Advanced Pricing , description: Price List Lines information - used for List Lines block in Price Lists form. , implementation_dba_data: APPS.QP_LIST_LINES_V ,
-
View: QPFV_FACTOR_ASSO_PRICING_ATTRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_FACTOR_ASSO_PRICING_ATTRS, object_name:QPFV_FACTOR_ASSO_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of associated pricing attributes of a Factor list. , implementation_dba_data: APPS.QPFV_FACTOR_ASSO_PRICING_ATTRS ,
-
View: QPFV_FACTOR_ASSO_PRICING_ATTRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_FACTOR_ASSO_PRICING_ATTRS, object_name:QPFV_FACTOR_ASSO_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of associated pricing attributes of a Factor list. , implementation_dba_data: APPS.QPFV_FACTOR_ASSO_PRICING_ATTRS ,
-
View: QPFV_FACTOR_BASE_PRICING_ATTRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_FACTOR_BASE_PRICING_ATTRS, object_name:QPFV_FACTOR_BASE_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of base pricing attributes of a Factor list. , implementation_dba_data: APPS.QPFV_FACTOR_BASE_PRICING_ATTRS ,
-
View: QPFV_FACTOR_BASE_PRICING_ATTRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_FACTOR_BASE_PRICING_ATTRS, object_name:QPFV_FACTOR_BASE_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of base pricing attributes of a Factor list. , implementation_dba_data: APPS.QPFV_FACTOR_BASE_PRICING_ATTRS ,
-
View: QPBV_FACTOR_BASE_PRICING_ATTRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_FACTOR_BASE_PRICING_ATTRS, object_name:QPBV_FACTOR_BASE_PRICING_ATTRS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information of base pricing attributes of a Factor list. , implementation_dba_data: APPS.QPBV_FACTOR_BASE_PRICING_ATTRS ,
-
Table: QP_INTERFACE_PRICING_ATTRIBS
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_INTERFACE_PRICING_ATTRIBS, object_name:QP_INTERFACE_PRICING_ATTRIBS, status:VALID, product: QP - Advanced Pricing , description: QP_PRICING_ATTRIBUTES stores product information and pricing attributes. , implementation_dba_data: QP.QP_INTERFACE_PRICING_ATTRIBS ,
-
Table: QP_INTERFACE_PRICING_ATTRIBS
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_INTERFACE_PRICING_ATTRIBS, object_name:QP_INTERFACE_PRICING_ATTRIBS, status:VALID, product: QP - Advanced Pricing , description: QP_PRICING_ATTRIBUTES stores product information and pricing attributes. , implementation_dba_data: QP.QP_INTERFACE_PRICING_ATTRIBS ,
-
View: QP_PRICE_FACTORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_PRICE_FACTORS_V, object_name:QP_PRICE_FACTORS_V, status:VALID, product: QP - Advanced Pricing , description: View to get a list of those formula lines which are of type Price Modifier List along with the List of Adjustment Factors & Ranges making up the formula line and the discount modifier list to which the formula is attached. , implementation_dba_data: APPS.QP_PRICE_FACTORS_V ,
-
View: QP_LIST_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_ATTRIBUTES_V, object_name:QP_LIST_ATTRIBUTES_V, status:VALID, product: QP - Advanced Pricing , description: View that joins QP_LIST_HEADERS_VL (MLS View on Base Tables), QP_LIST_LINES and QP_PRICING_ATTRIBUTES. This view is used to retrieve all the list types (E.g Price Lists, Discounts etc..), their lines and pricing attributes. All the columns , implementation_dba_data: APPS.QP_LIST_ATTRIBUTES_V ,
-
View: QP_PRICE_FACTORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_PRICE_FACTORS_V, object_name:QP_PRICE_FACTORS_V, status:VALID, product: QP - Advanced Pricing , description: View to get a list of those formula lines which are of type Price Modifier List along with the List of Adjustment Factors & Ranges making up the formula line and the discount modifier list to which the formula is attached. , implementation_dba_data: APPS.QP_PRICE_FACTORS_V ,
-
View: QPBV_PRODUCT_EXCLUSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCT_EXCLUSIONS, object_name:QPBV_PRODUCT_EXCLUSIONS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about products excluded from a Modifier. , implementation_dba_data: APPS.QPBV_PRODUCT_EXCLUSIONS ,
-
View: QPBV_PRODUCT_EXCLUSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCT_EXCLUSIONS, object_name:QPBV_PRODUCT_EXCLUSIONS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about products excluded from a Modifier. , implementation_dba_data: APPS.QPBV_PRODUCT_EXCLUSIONS ,
-
Table: QP_PRICING_ATT_EBS_LOG
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_PRICING_ATT_EBS_LOG, object_name:QP_PRICING_ATT_EBS_LOG, status:VALID, product: QP - Advanced Pricing , description: Log table for the Euro conversion of QP_PRICING_ATTRIBUTES table. This table is used only by the Euro Conversion concurrent program to store the mapping between the Original NCU column values and the corresponding Euro converted values. , implementation_dba_data: QP.QP_PRICING_ATT_EBS_LOG ,
-
Table: QP_PRICING_ATT_EBS_LOG
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_PRICING_ATT_EBS_LOG, object_name:QP_PRICING_ATT_EBS_LOG, status:VALID, product: QP - Advanced Pricing , description: Log table for the Euro conversion of QP_PRICING_ATTRIBUTES table. This table is used only by the Euro Conversion concurrent program to store the mapping between the Original NCU column values and the corresponding Euro converted values. , implementation_dba_data: QP.QP_PRICING_ATT_EBS_LOG ,
-
View: QP_LIST_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_ATTRIBUTES_V, object_name:QP_LIST_ATTRIBUTES_V, status:VALID, product: QP - Advanced Pricing , description: View that joins QP_LIST_HEADERS_VL (MLS View on Base Tables), QP_LIST_LINES and QP_PRICING_ATTRIBUTES. This view is used to retrieve all the list types (E.g Price Lists, Discounts etc..), their lines and pricing attributes. All the columns , implementation_dba_data: APPS.QP_LIST_ATTRIBUTES_V ,
-
View: QPFV_PRODUCT_EXCLUSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCT_EXCLUSIONS, object_name:QPFV_PRODUCT_EXCLUSIONS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about products excluded from a Modifier. , implementation_dba_data: APPS.QPFV_PRODUCT_EXCLUSIONS ,
-
View: QPBV_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCTS, object_name:QPBV_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about a 'Buy' Product of a Modifier or Product of a Price list. , implementation_dba_data: APPS.QPBV_PRODUCTS ,
-
View: QPBV_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCTS, object_name:QPBV_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about a 'Buy' Product of a Modifier or Product of a Price list. , implementation_dba_data: APPS.QPBV_PRODUCTS ,
-
View: QPBV_PRICING_ATTRIBUTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRICING_ATTRIBUTES, object_name:QPBV_PRICING_ATTRIBUTES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about Pricing Attributes attached to a Modifier or a Price List. , implementation_dba_data: APPS.QPBV_PRICING_ATTRIBUTES ,
-
View: QPFV_PRODUCT_EXCLUSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCT_EXCLUSIONS, object_name:QPFV_PRODUCT_EXCLUSIONS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about products excluded from a Modifier. , implementation_dba_data: APPS.QPFV_PRODUCT_EXCLUSIONS ,
-
View: QPFV_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCTS, object_name:QPFV_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about a 'Buy' Product of a Modifier or Product of a Price list. , implementation_dba_data: APPS.QPFV_PRODUCTS ,
-
View: QPFV_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCTS, object_name:QPFV_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about a 'Buy' Product of a Modifier or Product of a Price list. , implementation_dba_data: APPS.QPFV_PRODUCTS ,
-
View: QPBV_ADDITIONAL_BUY_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_ADDITIONAL_BUY_PRODUCTS, object_name:QPBV_ADDITIONAL_BUY_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information about the additional BUY product in a discount. For example, Buy 1 Shampoo and 1 Conditioner, Get 20% discount. This view gives information about additional product - 1 conditioner. , implementation_dba_data: APPS.QPBV_ADDITIONAL_BUY_PRODUCTS ,
-
View: QPBV_PRICING_ATTRIBUTES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRICING_ATTRIBUTES, object_name:QPBV_PRICING_ATTRIBUTES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about Pricing Attributes attached to a Modifier or a Price List. , implementation_dba_data: APPS.QPBV_PRICING_ATTRIBUTES ,
-
View: QPBV_ADDITIONAL_BUY_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_ADDITIONAL_BUY_PRODUCTS, object_name:QPBV_ADDITIONAL_BUY_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information about the additional BUY product in a discount. For example, Buy 1 Shampoo and 1 Conditioner, Get 20% discount. This view gives information about additional product - 1 conditioner. , implementation_dba_data: APPS.QPBV_ADDITIONAL_BUY_PRODUCTS ,
-
View: QPBV_PRODUCT_BENEFITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCT_BENEFITS, object_name:QPBV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPBV_PRODUCT_BENEFITS ,
-
View: QPBV_PRODUCT_BENEFITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCT_BENEFITS, object_name:QPBV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPBV_PRODUCT_BENEFITS ,
-
View: QPBV_PRICE_BREAK_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRICE_BREAK_LINES, object_name:QPBV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPBV_PRICE_BREAK_LINES ,
-
View: QPBV_PRICE_BREAK_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRICE_BREAK_LINES, object_name:QPBV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPBV_PRICE_BREAK_LINES ,
-
View: QPFV_PRICING_ATTRIBUTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRICING_ATTRIBUTES, object_name:QPFV_PRICING_ATTRIBUTES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about Pricing Attributes attached to a Modifier or a Price List. , implementation_dba_data: APPS.QPFV_PRICING_ATTRIBUTES ,
-
View: QPFV_PRICING_ATTRIBUTES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRICING_ATTRIBUTES, object_name:QPFV_PRICING_ATTRIBUTES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about Pricing Attributes attached to a Modifier or a Price List. , implementation_dba_data: APPS.QPFV_PRICING_ATTRIBUTES ,
-
View: QPFV_PRICE_BREAK_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRICE_BREAK_LINES, object_name:QPFV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPFV_PRICE_BREAK_LINES ,
-
View: QPFV_PRICE_BREAK_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRICE_BREAK_LINES, object_name:QPFV_PRICE_BREAK_LINES, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the price break lines attached to a Price Break header of a Modifier or a Price List. , implementation_dba_data: APPS.QPFV_PRICE_BREAK_LINES ,
-
View: QPFV_ADDITIONAL_BUY_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_ADDITIONAL_BUY_PRODUCTS, object_name:QPFV_ADDITIONAL_BUY_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information about the additional BUY product in a discount. For example, Buy 1 Shampoo and 1 Conditioner, Get 20% discount. This view gives information about additional product - 1 conditioner. , implementation_dba_data: APPS.QPFV_ADDITIONAL_BUY_PRODUCTS ,
-
Table: QP_LIST_LINES
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_LIST_LINES, object_name:QP_LIST_LINES, status:VALID, product: QP - Advanced Pricing , description: QP_LIST_LINES stores all list lines for lists in QP_LIST_HEADERS_B. , implementation_dba_data: QP.QP_LIST_LINES ,
-
View: QPFV_PRODUCT_BENEFITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCT_BENEFITS, object_name:QPFV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPFV_PRODUCT_BENEFITS ,
-
View: QPFV_PRODUCT_BENEFITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCT_BENEFITS, object_name:QPFV_PRODUCT_BENEFITS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods. , implementation_dba_data: APPS.QPFV_PRODUCT_BENEFITS ,
-
View: QPFV_ADDITIONAL_BUY_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_ADDITIONAL_BUY_PRODUCTS, object_name:QPFV_ADDITIONAL_BUY_PRODUCTS, status:VALID, product: QP - Advanced Pricing , description: This view gives the information about the additional BUY product in a discount. For example, Buy 1 Shampoo and 1 Conditioner, Get 20% discount. This view gives information about additional product - 1 conditioner. , implementation_dba_data: APPS.QPFV_ADDITIONAL_BUY_PRODUCTS ,
-
Table: QP_LIST_LINES
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.QP_LIST_LINES, object_name:QP_LIST_LINES, status:VALID, product: QP - Advanced Pricing , description: QP_LIST_LINES stores all list lines for lists in QP_LIST_HEADERS_B. , implementation_dba_data: QP.QP_LIST_LINES ,
-
View: OE_PRICE_BREAK_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.OE_PRICE_BREAK_LINES_V, object_name:OE_PRICE_BREAK_LINES_V, status:VALID, product: QP - Advanced Pricing , description: Obsolete , implementation_dba_data: APPS.OE_PRICE_BREAK_LINES_V ,
-
View: OE_PRICE_BREAK_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.OE_PRICE_BREAK_LINES_V, object_name:OE_PRICE_BREAK_LINES_V, status:VALID, product: QP - Advanced Pricing , description: Obsolete , implementation_dba_data: APPS.OE_PRICE_BREAK_LINES_V ,
-
View: QP_PRICING_ATTR_GET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_PRICING_ATTR_GET_V, object_name:QP_PRICING_ATTR_GET_V, status:VALID, product: QP - Advanced Pricing , description: View of Benefit or Get Products for a Modifier. Used by Modifiers Form. , implementation_dba_data: APPS.QP_PRICING_ATTR_GET_V ,
-
View: QP_PRICING_ATTR_GET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_PRICING_ATTR_GET_V, object_name:QP_PRICING_ATTR_GET_V, status:VALID, product: QP - Advanced Pricing , description: View of Benefit or Get Products for a Modifier. Used by Modifiers Form. , implementation_dba_data: APPS.QP_PRICING_ATTR_GET_V ,