[Home] [Help]
[Dependency Information]
| Object Name: | QPBV_ADDITIONAL_BUY_PRODUCTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | QP.QPBV_ADDITIONAL_BUY_PRODUCTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUY_PRODUCT_LINE_ID | NUMBER | Yes | Here is an example of a discount - Buy 1 Shampoo and 1 Conditioner, Get 20% discount. BUY_PRODUCT_LINE_ID is the list_line_id of the Other item discount which is linked to a Shampoo in the qp_pricing_attributes table. | |
| ADDITIONAL_PRODUCT_LINE_ID | NUMBER | Yes | Here is an example of a discount - Buy 1 Shampoo and 1 Conditioner, Get 20% discount. ADDITIONAL_PRODUCT_LINE_ID is the list_line_id of the 'RLTD' type of line linked to a conditioner in the qp_pricing_attributes table. | |
| PRODUCT_ATTRIBUTE_CONTEXT | VARCHAR2 | (30) | ||
| PRODUCT_ATTRIBUTE | VARCHAR2 | (30) | ||
| PRODUCT_ATTR_VALUE | VARCHAR2 | (240) | ||
| PRODUCT_UOM_CODE | VARCHAR2 | (3) | ||
| PRICING_ATTRIBUTE_CONTEXT | VARCHAR2 | (30) | ||
| PRICING_ATTRIBUTE | VARCHAR2 | (30) | ||
| PRICING_ATTR_VALUE_FROM | VARCHAR2 | (240) | ||
| PRICING_ATTR_VALUE_TO | VARCHAR2 | (240) | ||
| RLTD_MODIFIER_GRP_NO | NUMBER | Yes | ||
| COMPARISON_OPERATOR_CODE | VARCHAR2 | (30) | ||
| CREATION_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes | ||
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| ORIG_SYS_PRICING_ATTR_REF | VARCHAR2 | (50) | The combination of ORIG_SYS_HEADER_REF, ORIG_SYS_LINE_REF, ORIG_SYS_PRICING_ATTR_REF is the primary key of the equivalent of the pricing attribute table of the external system from where the price data is loaded. |
Cut, paste (and edit) the following text to query this object:
SELECT BUY_PRODUCT_LINE_ID
, ADDITIONAL_PRODUCT_LINE_ID
, PRODUCT_ATTRIBUTE_CONTEXT
, PRODUCT_ATTRIBUTE
, PRODUCT_ATTR_VALUE
, PRODUCT_UOM_CODE
, PRICING_ATTRIBUTE_CONTEXT
, PRICING_ATTRIBUTE
, PRICING_ATTR_VALUE_FROM
, PRICING_ATTR_VALUE_TO
, RLTD_MODIFIER_GRP_NO
, COMPARISON_OPERATOR_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, ORIG_SYS_PRICING_ATTR_REF
FROM APPS.QPBV_ADDITIONAL_BUY_PRODUCTS;
APPS
QP_PRICING_ATTRIBUTES
QP_RLTD_MODIFIERS
APPS.QPBV_ADDITIONAL_BUY_PRODUCTS is not referenced by any database object
|
|
|
|