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 PRICE_LIST_NAME Active
PRICE_LIST_ID NUMBER Yes PRICE_LIST_ID Active
PRICE_LIST_DESCRIPTION VARCHAR2 250 PRICE_LIST_DESCRIPTION Active
PRICE_LIST_START_DATE NUMBER Yes PRICE_LIST_START_DATE
PRICE_LIST_END_DATE NUMBER Yes PRICE_LIST_END_DATE
SR_INSTANCE_ID NUMBER 18 Yes SR_INSTANCE_ID
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 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