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


TABLE: QP.QP_FACTOR_LIST_ATTRS

Object Details
Object Name: QP_FACTOR_LIST_ATTRS
Object Type: TABLE
Owner: QP
FND Design Data: TableQP.QP_FACTOR_LIST_ATTRS
Subobject Name:
Status: VALID


This table stores all distinct combinations of list_header_id, pricing_attribute_context and
pricing_attribute for the factor lists.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QP_FACTOR_LIST_ATTRS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_HEADER_ID
Columns
Name Datatype Length Mandatory Comments
LIST_HEADER_ID NUMBER

The list_header_id of the factor list to which this pricing_attribute record corresponds.
PRICING_ATTRIBUTE_CONTEXT VARCHAR2 (30)
corresponds to each Pricing_Attribute_Context that occurs in a factor list.
PRICING_ATTRIBUTE VARCHAR2 (30)
corresponds to each pricing_attribute that occurs in a factor list.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LIST_HEADER_ID
,      PRICING_ATTRIBUTE_CONTEXT
,      PRICING_ATTRIBUTE
FROM QP.QP_FACTOR_LIST_ATTRS;

Dependencies

[top of page]

QP.QP_FACTOR_LIST_ATTRS does not reference any database object

QP.QP_FACTOR_LIST_ATTRS is referenced by following:

SchemaQP
ViewQP_FACTOR_LIST_ATTRS#