MSC_PRICE_LISTS

This table stores the Collected Price Lists at header 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_LISTS_PK

PRICE_LIST_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PRICE_LIST_NAME VARCHAR2 80 Yes Name of the Price List uploaded. Active
PRICE_LIST_ID NUMBER Yes Identifier of the Price List uploaded. Active
PRICE_LIST_DESCRIPTION VARCHAR2 1000 Long description of the price list. Active
PRICE_LIST_START_DATE NUMBER Yes Date from which the price list becomes active.
PRICE_LIST_END_DATE NUMBER Yes Date after which the price list becomes inactive.
SR_INSTANCE_ID NUMBER 18 Yes Identifier of the source system from where the data is collected.
REFRESH_NUMBER NUMBER Yes Refresh identifier populated by the collection program. 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 Status
MSC_PRICE_LISTS_U1 Unique FUSION_TS_TX_DATA PRICE_LIST_ID Active
MSC_PRICE_LISTS_U2 Unique Default PRICE_LIST_NAME, SR_INSTANCE_ID