MSC_REPORT_DATA

This is an interface table between OP engine and View Supply Availability/View Supply Allocation user interface. OP engine flushes the data in msc_report_data table , so that UI can display it to a user.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments Status
QUERY_ID NUMBER 18 Yes id of this query
SUPPLY_QTY NUMBER Supply qty
CUM_CONSUMED_QTY NUMBER Cummulative consumed qty
CONSUMED_QTY NUMBER Consumed qty
NET_QTY NUMBER Net qty
CUM_NET_QTY NUMBER Cummulative net qty
CUM_QTY NUMBER Cummulative qty
RECORD_DATE DATE Yes Date of supply/demand
INVENTORY_ITEM_ID NUMBER 18 Item identifier
ORGANIZATION_ID NUMBER 18 Organization id
SUPPLIER_ID NUMBER 18 Supplier id
SUPPLIER_SITE_ID NUMBER 18 Supplier site id
DEMAND_CLASS VARCHAR2 30 Demand class
RESOURCE_ID NUMBER 18 Resource id
DEPARTMENT_ID NUMBER 18 Department id
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
SR_INSTANCE_ID NUMBER 18 instance identifier Obsolete