[Home] [Help]
[Dependency Information]
Object Name: | QPBV_FACTOR_ASSO_PRICING_ATTRS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This view gives the information of associated pricing attributes of a Factor list.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LIST_LINE_ID | NUMBER | Yes | ||
PRICING_ATTRIBUTE_CONTEXT | VARCHAR2 | (30) | ||
PRICING_ATTRIBUTE | VARCHAR2 | (30) | ||
PRICING_ATTR_VALUE_FROM | VARCHAR2 | (240) | ||
PRICING_ATTR_VALUE_TO | VARCHAR2 | (240) | ||
FACTOR_LIST_ID | NUMBER | |||
COMPARISON_OPERATOR_CODE | VARCHAR2 | (30) | ||
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
, PRICING_ATTRIBUTE_CONTEXT
, PRICING_ATTRIBUTE
, PRICING_ATTR_VALUE_FROM
, PRICING_ATTR_VALUE_TO
, FACTOR_LIST_ID
, COMPARISON_OPERATOR_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_FACTOR_ASSO_PRICING_ATTRS;
APPS.QPBV_FACTOR_ASSO_PRICING_ATTRS is not referenced by any database object
|
|
|