MSC_ROUTING_VERSIONS

This table stores work definition attributes that are version controlled. It stores the state of the work definition header attributes for a given version/period of time.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_ROUTING_VERSIONS_PK

PLAN_ID, ROUTING_SEQUENCE_ID, EFFECTIVE_FROM_DATE, PART_KEY1

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
PART_KEY1 NUMBER 18 Yes Source system application instance identifier.
ROUTING_SEQUENCE_ID NUMBER 18 Yes This is the routing sequence identifier.
VERSION_NUMBER VARCHAR2 10 Yes This column indicates the version number of the Work order.
EFFECTIVE_FROM_DATE TIMESTAMP Yes This column indicates Work Definition Version start Date.
EFFECTIVE_TO_DATE TIMESTAMP This column indicates work Definition Version end date.
ASSEMBLY_ITEM_ID NUMBER 18 Yes This column contains the Item identifier of the assembly.
ORGANIZATION_ID NUMBER 18 Yes This column indicates the organization identifier.
MIN_BATCH_QUANTITY NUMBER The minimum batch quantity that can be made using this work definition version.
MAX_BATCH_QUANTITY NUMBER The maximum batch quantity that can be made using this work definition version.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection progam.

Indexes

Index Uniqueness Tablespace Columns
MSC_ROUTING_VERSIONS_U1 Unique Default PLAN_ID, ROUTING_SEQUENCE_ID, EFFECTIVE_FROM_DATE, PART_KEY1