[Home] [Help]
[Dependency Information]
| Object Name: | OZF_PRICE_LIST_ATTRIBUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | OZF |
| FND Design Data: | OZF.OZF_PRICE_LIST_ATTRIBUTES
|
| Subobject Name: | |
| Status: | VALID |
This is a surrogate table to QP_LIST_HEADERS_B for Price List related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, owner and other attributes specifice to Marketing Online Requirements
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OZF_PRICE_LIST_ATTRIBUTES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PRICE_LIST_ATTRIBUTE_ID
|
| OZF_PRICE_LIST_ATTRIBUTES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
QP_LIST_HEADER_ID
|
| OZF_PRICE_LIST_ATTRIBUTES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OWNER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRICE_LIST_ATTRIBUTE_ID | NUMBER | Yes | Unique Identifier | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| USER_STATUS_ID | NUMBER | Yes | Forignkey to ams_user_statues_b. Indicates what is the user status associated to the price list. | |
| STATUS_CODE | VARCHAR2 | (30) | Yes | Indicates the system status of the Price List |
| OWNER_ID | NUMBER | Indicates the Owner of the Price List. | ||
| QP_LIST_HEADER_ID | NUMBER | Yes | Foreign key to list_header_id in QP_LIST_HEADERS_B. | |
| STATUS_DATE | DATE | The date on which the current status is assigned to the Price List. | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | This column is used for locking purposes | |
| WF_ITEM_KEY | VARCHAR2 | (120) | This is the Workflow Item Key is associated with the approval process. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| CUSTOM_SETUP_ID | NUMBER | Yes | Denotes the custom setup used to create the product. |
Cut, paste (and edit) the following text to query this object:
SELECT PRICE_LIST_ATTRIBUTE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, USER_STATUS_ID
, STATUS_CODE
, OWNER_ID
, QP_LIST_HEADER_ID
, STATUS_DATE
, OBJECT_VERSION_NUMBER
, WF_ITEM_KEY
, SECURITY_GROUP_ID
, CUSTOM_SETUP_ID
FROM OZF.OZF_PRICE_LIST_ATTRIBUTES;
OZF.OZF_PRICE_LIST_ATTRIBUTES does not reference any database object
OZF.OZF_PRICE_LIST_ATTRIBUTES is referenced by following:
APPS
OZF_PRICE_LIST_ATTRIBUTES
|
|
|
|