MSC_PRICE_LIST_DETAILS
This table stores the Collected Price Lists at detail level from various sources for the use of Planning products.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_PRICE_LIST_DETAILS_PK |
PLAN_ID, PRICE_LIST_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, ITEM_PRICE_START_DATE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | PLAN_ID | Active | |
ITEM_PRICE_START_DATE | NUMBER | Yes | Date from when the item price is effective | |||
ITEM_PRICE_END_DATE | NUMBER | Yes | Date till when the item price is effective | |||
ORGANIZATION_ID | NUMBER | 18 | Yes | ORGANIZATION_ID | ||
INVENTORY_ITEM_ID | NUMBER | Yes | Identifies the inventory item id | Active | ||
PRICE_LIST_ID | NUMBER | Yes | PRICE_LIST_ID | Active | ||
PRICE_CURRENCY | VARCHAR2 | 30 | PRICE_CURRENCY | Active | ||
PRICE_UOM | VARCHAR2 | 3 | Yes | PRICE_UOM | Active | |
PRICE | NUMBER | Yes | PRICE | Active | ||
REFRESH_NUMBER | NUMBER | Yes | REFRESH_NUMBER | Active | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_PRICE_LIST_DETAILS_U2 | Unique | Default | PLAN_ID, PRICE_LIST_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, ITEM_PRICE_START_DATE |