[Home] [Help]
[Dependency Information]
| Object Name: | QP_FACTOR_LIST_ATTRS |
|---|---|
| Object Type: | TABLE |
| Owner: | QP |
| FND Design Data: | QP.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QP_FACTOR_LIST_ATTRS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LIST_HEADER_ID
|
| 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. |
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;
QP.QP_FACTOR_LIST_ATTRS does not reference any database object
QP.QP_FACTOR_LIST_ATTRS is referenced by following:
QP
QP_FACTOR_LIST_ATTRS#
|
|
|
|