MSS_OPERATIONS

This table stores operation template information. Data in this table is a snapshot of data from WIS_WD_OPERATIONS_B and MSC_ROUTING_OPERATIONS.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_OPERATIONS_PK

PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
ROUTING_ID NUMBER 18 Yes Parent routing ID. Foreign key to the MSS_ROUTINGS table.
OPERATION_ID NUMBER 18 Yes Work definition operation ID. This is a indirect foreign key to the WIS_WD_OPERATIONS_B table, and reference to MSC_ROUTING_OPERATIONS.OPERATION_SEQUENCE_ID.
RESOURCE_SEQ_NUMBER NUMBER Yes Resource sequence number, from WIS_WD_OPERATION_RESOURCES and MSC_OPERATION_RESOURCE_SEQS. Combination of OPERATION_SEQ_NUMBER and RESOURCE_SEQ_NUMBER can be used to generate linear temporal relationships within the routing.
OPERATION_SEQ_NUMBER NUMBER Yes Indicates the execution sequence of the operation. Combination of OPERATION_SEQ_NUMBER and RESOURCE_SEQ_NUMBER can be used to generate linear temporal relationships within the routing.
WORK_CENTER_ID NUMBER 18 Indicates the work center where this operation is executed.
STANDARD_OPERATION_ID NUMBER 18 Represents the standard operation identifier that is the foreign key to the WIS_STANDARD_OPERATIONS_B table.
STANDARD_OPERATION_FLAG VARCHAR2 1 FLag used to indicate if this operation is a standard operation (Y|N)?
OPERATION_CODE VARCHAR2 300 Yes Code of the work definition operation.
OPERATION_NAME VARCHAR2 120 Display name of the work definition operation.
PRODUCTION_TYPE VARCHAR2 30 Yes Indicates the production type of this operation: Production|Setup|Cleanup.
OPERATION_TYPE VARCHAR2 30 Specifies the type of the operation. Valid values are contained within the ORA_WIS_OPERATION_TYPE lookup.
BASIS_TYPE VARCHAR2 30 Indicates whether the resource usage is Fixed (i.e. usage per lot produced) or Variable (i.e. usage per item produced).
SUPPLIER_ID NUMBER 18 Represents the identifier of the suggested supplier for a supplier operation.
SUPPLIER_SITE_ID NUMBER 18 Represents the identifier of the suggested supplier site for a supplier operation.
SUPPLIER_NAME VARCHAR2 360 Name of the supplier for a supplier operation.
SUPPLIER_SITE_CODE VARCHAR2 240 Code of the supplier site for a supplier operation.
DURATION_RES_ID NUMBER 18 Planned duration resource ID, if there are no alternate resources. Foreign key to MSS_RESOURCES.
DURATION_RES_SET_CODE VARCHAR2 100 Duration resource set code as defined in MSS_OP_RESOURCE_SET_MEMBERS, which is only set when duration resources are in a resource set.
LOT_MULTIPLE_RES_ID NUMBER 18 Planned lot multiple resource ID, if there are no alternate resources. Foreign key to MSS_RESOURCES.
LOT_MULTIPLE_RES_SET_CODE VARCHAR2 100 Lot multiple resource set code as defined in MSS_OP_RESOURCE_SET_MEMBERS, which is only set when lot multiple resources are in a resource set.
PRIMARY_OPERATION VARCHAR2 1 Is this the primary operation of the routing (Y/N)? Only one operation in the routing can be the primary operation.
PRIMARY_OUTPUT_ID NUMBER 18 Primary output item ID. Foreign key to MSS_ITEMS.
SETUP_COST NUMBER Setup cost of the work definition operation.
OPERATING_COST NUMBER Operationg cost the work definition operation.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSS_OPERATIONS mss_routings PLAN_ID, ROUTING_ID
MSS_OPERATIONS mss_items PLAN_ID, PRIMARY_OUTPUT_ID
MSS_OPERATIONS mss_resources PLAN_ID, WORK_CENTER_ID, DURATION_RES_ID
MSS_OPERATIONS mss_resources PLAN_ID, WORK_CENTER_ID, LOT_MULTIPLE_RES_ID
mss_op_resource_set_members mss_operations PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER
mss_op_attribute_values mss_operations PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER
mss_op_temporal_relations mss_operations PLAN_ID, FROM_OPERATION_ID, FROM_RESOURCE_SEQ_NUMBER
mss_op_temporal_relations mss_operations PLAN_ID, TO_OPERATION_ID, FROM_RESOURCE_SEQ_NUMBER
mss_operation_materials mss_operations PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER

Indexes

Index Uniqueness Tablespace Columns
MSS_OPERATIONS_N1 Non Unique Default PLAN_ID, ROUTING_ID
MSS_OPERATIONS_N2 Non Unique Default PLAN_ID, PRIMARY_OUTPUT_ID
MSS_OPERATIONS_N3 Non Unique Default PLAN_ID, WORK_CENTER_ID, DURATION_RES_ID
MSS_OPERATIONS_N4 Non Unique Default PLAN_ID, WORK_CENTER_ID, LOT_MULTIPLE_RES_ID
MSS_OPERATIONS_U1 Unique Default PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER
MSS_OPERATIONS_U2 Unique Default PLAN_ID, OPERATION_CODE, RESOURCE_SEQ_NUMBER