[Home] [Help]
[Dependency Information]
| Object Name: | QPBV_PRODUCT_BENEFITS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | QP.QPBV_PRODUCT_BENEFITS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view gives information about the 'Benefit' products of a Other item discount and Promotional Goods.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LIST_LINE_ID | NUMBER | Yes | ||
| LIST_HEADER_ID | NUMBER | |||
| PRODUCT_ATTRIBUTE_CONTEXT | VARCHAR2 | (30) | ||
| PRODUCT_ATTRIBUTE | VARCHAR2 | (30) | ||
| PRODUCT_ATTR_VALUE | VARCHAR2 | (240) | ||
| LIST_PRICE | NUMBER | |||
| PRICE_LIST_LINE_ID | NUMBER | Yes | ||
| OPERAND | NUMBER | |||
| BENEFIT_QTY | NUMBER | |||
| ARITHMETIC_OPERATOR | VARCHAR2 | (30) | ||
| BENEFIT_UOM_CODE | VARCHAR2 | (3) | ||
| PRODUCT_UOM_CODE | VARCHAR2 | (3) | ||
| PRICING_ATTRIBUTE_ID | NUMBER | Yes | ||
| CREATION_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes | ||
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| ORIG_SYS_HEADER_REF | VARCHAR2 | (50) | The combination of this and ORIG_SYS_LINE_REF is the primary key of the equivalent of the price list line table of the external system from where the price data is loaded. | |
| ORIG_SYS_LINE_REF | VARCHAR2 | (50) | The combination of this and ORIG_SYS_HEADER_REF is the primary key of the equivalent of the price list line table of the external system from where the price data is loaded. | |
| 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 LIST_LINE_ID
, LIST_HEADER_ID
, PRODUCT_ATTRIBUTE_CONTEXT
, PRODUCT_ATTRIBUTE
, PRODUCT_ATTR_VALUE
, LIST_PRICE
, PRICE_LIST_LINE_ID
, OPERAND
, BENEFIT_QTY
, ARITHMETIC_OPERATOR
, BENEFIT_UOM_CODE
, PRODUCT_UOM_CODE
, PRICING_ATTRIBUTE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, ORIG_SYS_HEADER_REF
, ORIG_SYS_LINE_REF
, ORIG_SYS_PRICING_ATTR_REF
FROM APPS.QPBV_PRODUCT_BENEFITS;
APPS
QP_LIST_LINES
QP_PRICING_ATTRIBUTES
QP_RLTD_MODIFIERS
APPS.QPBV_PRODUCT_BENEFITS is not referenced by any database object
|
|
|
|