Search Results product_attribute_context
Overview
APPS.QPFV_PRODUCT_EXCLUSIONS is a read-only Oracle E-Business Suite view that exposes the subset of pricing attribute records in which the excluder flag is set to "Y". It is a filtered projection of the QP_PRICING_ATTRIBUTES table, restricted to rows that define products to be excluded from a price list line. Because the view is defined with the WITH READ ONLY clause, it is intended for query and reporting purposes only; all maintenance of the underlying modification data must occur through the pricing engine or the Oracle Pricing forms.
In the ETRM 12.2.2 metadata, the view is owned by APPS and references QP_PRICE_LIST_LINE_UTIL and QP_QP_FORM_PRICING_ATTR as packages, plus QP_PRICING_ATTRIBUTES as a synonym. This places the view squarely within the Oracle Advanced Pricing (QP) module, where it supports the price list modification and product inclusion/exclusion framework used to qualify list lines.
Underlying Base Objects
The view is defined over QP_PRICING_ATTRIBUTES, which stores the attribute qualifiers and product exclusion records associated with pricing list lines. The predicate WHERE excluder_flag = 'Y' is the sole filter, so QPFV_PRODUCT_EXCLUSIONS surfaces only exclusionary rows, not inclusion rows or general qualifiers. Two PL/SQL packages are invoked in the SELECT list to resolve display values:
- QP_QP_FORM_PRICING_ATTR.GET_ATTRIBUTE — returns the descriptive attribute name for the given product_attribute_context and product_attribute, translating stored identifiers into user-facing meanings.
- QP_PRICE_LIST_LINE_UTIL.GET_PRODUCT_VALUE — returns the resolved product value for the combination of context, attribute, and product_attr_value, providing the display form of the excluded product.
Because these are packages rather than tables, each row retrieval performs function calls, which affects query performance and should be considered when writing large extracts.
Key Columns
- LIST_LINE_ID — foreign key to the pricing list line to which the exclusion applies.
- EXCLUDER_FLAG — always "Y" in this view; identifies the row as an exclusion.
- PRODUCT_ATTRIBUTE_CONTEXT — the context under which the product attribute is defined (for example, a pricing attribute context); central to the user's search term and used as an input to both package calls.
- PRICING_ATTRIBUTE_ID — unique identifier for the pricing attribute record.
- PRODUCT_ATTRIBUTE and PRODUCT_ATTR_VALUE — the attribute and its value that together identify the excluded product; the second SELECT column transforms these through GET_ATTRIBUTE and GET_PRODUCT_VALUE respectively.
- ORIG_SYS_HEADER_REF, ORIG_SYS_LINE_REF, ORIG_SYS_PRICING_ATTR_REF — original system references supporting integration and data migration traceability.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY — standard audit columns.
- '_DF:QP:QP_PRICING_ATTRIBUTES:QP_PRICING_ATTRIBUTES' — a constant descriptor column identifying the source entity for the row.
Common Use Cases and Queries
QPFV_PRODUCT_EXCLUSIONS is typically used to audit which products have been excluded from specific list lines, to diagnose pricing qualification behavior, and to extract exclusion data for integration with external pricing or order capture systems. A basic query returns all exclusions for a given list line:
SELECT list_line_id,
product_attribute_context,
product_attribute,
product_attr_value
FROM apps.qpfv_product_exclusions
WHERE list_line_id = :p_list_line_id;
To isolate exclusions defined under a particular context (the user's search term), filter on PRODUCT_ATTRIBUTE_CONTEXT:
SELECT list_line_id,
product_attribute_context,
product_attr_value
FROM apps.qpfv_product_exclusions
WHERE product_attribute_context = :p_context;
Because the view is read-only and resolves descriptive values through package functions, reports should select only the columns required and join to QP_PRICING_ATTRIBUTES or QP_LIST_LINES when additional list header detail is needed. Data modification must always be performed against the base pricing structures through supported Oracle Pricing functionality.
-
VIEW: APPS.QPFV_PRODUCT_EXCLUSIONS
12.1.1
-
APPS.QP_VIEW_UTIL SQL Statements
12.2.2
-
APPS.QP_VIEW_UTIL SQL Statements
12.1.1
-
VIEW: APPS.QPFV_PRODUCT_EXCLUSIONS
12.2.2
-
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: OZF.OZF_FORECAST_PROD_EXCLUSIONS#
12.2.2
-
VIEW: OZF.OZF_FORECAST_PRODUCTS#
12.2.2
-
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: OZF.OZF_FORECAST_DIMENTIONS#
12.2.2
-
VIEW: OZF.OZF_OFFER_PERFORMANCES#
12.2.2
-
VIEW: OZF.OZF_WORKSHEET_LINES#
12.2.2
-
VIEW: QP.QP_ARCH_PRICING_ATTRIBUTES#
12.2.2
-
VIEW: QP.QP_PRICING_ATTRIBUTES#
12.2.2
-
VIEW: APPS.QPBV_PRODUCT_EXCLUSIONS
12.1.1
-
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 ,
-
VIEW: APPS.QPBV_PRODUCTS
12.2.2
-
VIEW: QP.QP_INTERFACE_PRICING_ATTRIBS#
12.2.2
-
VIEW: APPS.QPBV_PRODUCTS
12.1.1
-
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: APPS.QPBV_PRODUCT_EXCLUSIONS
12.2.2
-
TABLE: OZF.OZF_FORECAST_PROD_EXCLUSIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PROD_EXCLUSIONS, object_name:OZF_FORECAST_PROD_EXCLUSIONS, status:VALID,
-
TABLE: AMS.AMS_FORECAST_PROD_EXCLUSIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_FORECAST_PROD_EXCLUSIONS, object_name:AMS_FORECAST_PROD_EXCLUSIONS, status:VALID,
-
TABLE: OZF.OZF_FORECAST_PROD_EXCLUSIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PROD_EXCLUSIONS, object_name:OZF_FORECAST_PROD_EXCLUSIONS, status:VALID,
-
TABLE: OZF.OZF_FORECAST_PRODUCTS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PRODUCTS, object_name:OZF_FORECAST_PRODUCTS, status:VALID,
-
TABLE: OZF.OZF_FORECAST_PRODUCTS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_PRODUCTS, object_name:OZF_FORECAST_PRODUCTS, status:VALID,
-
TABLE: OZF.OZF_FORECAST_DIMENTIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_DIMENTIONS, object_name:OZF_FORECAST_DIMENTIONS, status:VALID,
-
TABLE: AMS.AMS_FORECAST_DIMENTIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_FORECAST_DIMENTIONS, object_name:AMS_FORECAST_DIMENTIONS, status:VALID,
-
VIEW: OZF.OZF_FORECAST_PRODUCTS#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_FORECAST_PRODUCTS#, status:VALID,
-
VIEW: OZF.OZF_FORECAST_PROD_EXCLUSIONS#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_FORECAST_PROD_EXCLUSIONS#, status:VALID,
-
TABLE: AMS.AMS_FORECAST_PRODUCTS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_FORECAST_PRODUCTS, object_name:AMS_FORECAST_PRODUCTS, status:VALID,
-
VIEW: OZF.OZF_FORECAST_DIMENTIONS#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_FORECAST_DIMENTIONS#, status:VALID,
-
TABLE: OZF.OZF_FORECAST_DIMENTIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FORECAST_DIMENTIONS, object_name:OZF_FORECAST_DIMENTIONS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.QPFV_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCTS, object_name:QPFV_PRODUCTS, status:VALID,
-
VIEW: APPS.QPFV_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPFV_PRODUCTS, object_name:QPFV_PRODUCTS, status:VALID,
-
TABLE: AMS.AMS_OFFER_PERFORMANCES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_OFFER_PERFORMANCES, object_name:AMS_OFFER_PERFORMANCES, status:VALID,
-
VIEW: OZF.OZF_WORKSHEET_LINES#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_WORKSHEET_LINES#, status:VALID,
-
VIEW: APPS.QPBV_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCTS, object_name:QPBV_PRODUCTS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: OZF.OZF_OFFER_PERFORMANCES#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_OFFER_PERFORMANCES#, status:VALID,
-
VIEW: APPS.QPBV_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_PRODUCTS, object_name:QPBV_PRODUCTS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
TABLE: OZF.OZF_OFFER_PERFORMANCES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_PERFORMANCES, object_name:OZF_OFFER_PERFORMANCES, status:VALID,
-
TABLE: OZF.OZF_OFFER_PERFORMANCES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_PERFORMANCES, object_name:OZF_OFFER_PERFORMANCES, status:VALID,