MSC_ORDER_UPDATES

This table stores the user changes on supplies and demands in planning.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ORDER_UPDATES_PK

TRANSACTION_ID, SIMULATION_SET_ID, SOURCE_TABLE

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes TRANSACTION_ID transaction_id in msc_supplies or demand_id in msc_demands
SIMULATION_SET_ID NUMBER 18 Yes id of simulation sets, for order updates
SIM_PLAN_ID NUMBER 18 Simulation set plan id for join with msc_supplies/msc_demands table
SOURCE_TABLE VARCHAR2 30 Yes SOURCE_TABLE 'MSC_SUPPLIES' or 'MSC_DEMANDS'
FIRM_PLANNED_TYPE NUMBER 9 firm status in simulation sets, 1-- firmed, 2 -- not firmed
FIRM_QUANTITY NUMBER FIRM_QUANTITY simulation set change
FIRM_START_QUANTITY NUMBER FIRM_START_QUANTITY simulation set change
FIRM_DATE DATE FIRM_DATE simulation set change
HOLD_DATE DATE on hand supplies HOLD_DATE edit in simulation sets
MATURITY_DATE DATE The column indicates the date on which the on-hand lot matures.
GLOBAL_ATTRIBUTE_NUMBER10 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER11 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER12 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER13 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER14 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER15 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER16 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER17 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER18 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER19 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER20 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER21 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER22 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER23 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER24 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER25 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER26 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER27 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER28 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER29 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER30 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER31 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER32 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER33 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER34 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER35 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER36 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER37 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER38 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER39 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER40 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
NEW_RECORD NUMBER 9 1 yes 2 no, indicate a new order created in simulation sets
DOCUMENT_ID VARCHAR2 80 will be unique for document type
DOCUMENT_TYPE NUMBER 9 DOCUMENT_TYPE order types in simulation sets
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.
GLOBAL_ATTRIBUTE_CHAR21 VARCHAR2 100 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_CHAR22 VARCHAR2 100 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_CHAR23 VARCHAR2 100 Global Descriptive Flexfield: segment of the global descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
MSC_ORDER_UPDATES_U1 Unique Default TRANSACTION_ID, SIMULATION_SET_ID, SOURCE_TABLE