DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.QPBV_FACTOR_ASSO_PRICING_ATTRS

Object Details
Object Name: QPBV_FACTOR_ASSO_PRICING_ATTRS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewQP.QPBV_FACTOR_ASSO_PRICING_ATTRS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This view gives the information of associated pricing attributes of a Factor list.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.QPBV_FACTOR_ASSO_PRICING_ATTRS references the following:

SchemaAPPS
SynonymQP_LIST_LINES
SynonymQP_PRICING_ATTRIBUTES

APPS.QPBV_FACTOR_ASSO_PRICING_ATTRS is not referenced by any database object