[Home] [Help]
[Dependency Information]
Object Name: | QPBV_PRODUCT_EXCLUSIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This view gives information about products excluded from a Modifier.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LIST_LINE_ID | NUMBER | Yes | ||
EXCLUDER_FLAG | VARCHAR2 | (1) | Yes | |
PRODUCT_ATTRIBUTE_CONTEXT | VARCHAR2 | (30) | ||
PRODUCT_ATTRIBUTE | VARCHAR2 | (30) | ||
PRODUCT_ATTR_VALUE | VARCHAR2 | (240) | ||
LIST_HEADER_ID | NUMBER | |||
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 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. | |
ORIG_SYS_LINE_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. | |
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
, EXCLUDER_FLAG
, PRODUCT_ATTRIBUTE_CONTEXT
, PRODUCT_ATTRIBUTE
, PRODUCT_ATTR_VALUE
, LIST_HEADER_ID
, 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_EXCLUSIONS;
APPS.QPBV_PRODUCT_EXCLUSIONS is not referenced by any database object
|
|
|