MSC_ANALYTIC_FACT_SOP

table to store the information about the SOP measure fact for OTBI.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ANALYTIC_FACT_SOP_PK

PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, CUSTOMER_SITE_ID, DEMAND_CLASS_ID, DEMAND_DATE

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes PLAN_ID
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
INVENTORY_ITEM_ID NUMBER 18 Yes INVENTORY_ITEM_ID
ORGANIZATION_ID NUMBER 18 Yes ORGANIZATION_ID
CUSTOMER_SITE_ID NUMBER Yes CUSTOMER_SITE_ID
DEMAND_DATE DATE Yes DEMAND_DATE
DEMAND_CLASS_ID NUMBER 18 Yes DEMAND_CLASS_ID
CONSENSUS_FCST NUMBER CONSENSUS_FCST
SALES_FCST NUMBER SALES_FCST
FINAL_SALES_FCST NUMBER FINAL_SALES_FCST
CONSENSUS_FCST_VALUE NUMBER CONSENSUS_FCST_VALUE
SALES_FCST_VALUE NUMBER SALES_FCST_VALUE
FINAL_SALES_FCST_VALUE NUMBER FINAL_SALES_FCST_VALUE

Indexes

Index Uniqueness Tablespace Columns Status
MSC_ANALYTIC_FACT_SOP_U1 Unique Default PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, CUSTOMER_SITE_ID, DEMAND_DATE, DEMAND_CLASS_ID Obsolete
MSC_ANALYTIC_FACT_SOP_U2 Unique Default PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, CUSTOMER_SITE_ID, DEMAND_CLASS_ID, DEMAND_DATE