MSC_BM_RUN_CUSTOMER_SOURCING

This table constains Customer Sourcing Information for Backlog Management Run

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BM_CUST_SOURCING_PK

BM_RUN_ID, CUSTOMER_ID, CUSTOMER_SITE_ID, INVENTORY_ITEM_ID, DEMAND_CLASS

Columns

Name Datatype Length Not-null Comments
BM_RUN_ID NUMBER Yes Field indicates unique identifier for a Backlog Management Run
CUSTOMER_ID NUMBER Yes Field indicates identifier for Customer
CUSTOMER_SITE_ID NUMBER Yes Field indicates identifer for Customer Site
INVENTORY_ITEM_ID NUMBER Yes Field indicates identifier for Inventory Item
DEMAND_CLASS VARCHAR2 34 Yes Field indicates demand class of the customer sourcing
SOURCING_RULE_ID NUMBER Field indicates identifier for the sourcing rule
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_CUST_SOURCING_N1 Non Unique Default CUSTOMER_ID
MSC_BM_CUST_SOURCING_U1 Unique Default BM_RUN_ID, CUSTOMER_ID, CUSTOMER_SITE_ID, INVENTORY_ITEM_ID, DEMAND_CLASS