MSC_ROUTING_OPERATION_OUTPUTS

The table to store outputs per operation for a routing

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ROUTING_OPERATION_OUT_PK

PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, INVENTORY_ITEM_ID, NEW_PLAN_ID, SIMULATION_SET_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes The unique identifier of the plan.
NEW_PLAN_ID NUMBER 18 Yes The identifier of the a new plan for the copied plan.
SIMULATION_SET_ID NUMBER 18 Yes This column indicates the simulation set identifier.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which this item belongs.
ROUTING_SEQUENCE_ID NUMBER 18 Yes Reference to the work definition to which this output line is associated.
OPERATION_SEQUENCE_ID NUMBER 18 Yes Reference to the operation to which this output line is assigned.
INVENTORY_ITEM_ID NUMBER 18 Yes Represents the unique identifier of the item for this output line.
OUTPUT_QUANTITY NUMBER Yes Represents the output quantity expected to be produced at this operation.
OUTPUT_SEQ_NUMBER NUMBER Yes Indicates the sequence of this output line within this operation.
OUTPUT_TYPE NUMBER Yes Type of output produced by the operation. Valid values exist in the lookup with lookup type = ORA_MSC_OUTPUT_MATERIAL.
UOM_CODE VARCHAR2 3 Represents the unit of measure code of the output quantity.
REFRESH_NUMBER NUMBER Refresh number of the process(like collections) that populated or updated this record.
PART_KEY1 NUMBER Yes The value of the partition key column.
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.
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.
USAGE_QUANTITY NUMBER Represents the usage quantity expected to be produced at this operation.
ASSEMBLY_ITEM_ID NUMBER The identifier of the assembly item.

Indexes

Index Uniqueness Tablespace Columns
MSC_ROUTING_OPE_OUTPUTS_U1 Unique Default PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, INVENTORY_ITEM_ID, NEW_PLAN_ID, SIMULATION_SET_ID