MSS_OPERATION_MATERIALS

This table associates an operation to one or more material lines. It defines the material consumed and/or produced for the given operation.. Data in this table is a snapshot of data from WIS_WD_OPERATIONS_MATERIALS and MSC_BOM_COMPONENTS.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_OPERATION_MATERIALS_PK

PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER, INVENTORY_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
OPERATION_ID NUMBER 18 Yes Parent Operation ID. Foreign key to the MSS_OPERATIONS table.
RESOURCE_SEQ_NUMBER NUMBER Yes Resource sequence number of the operation.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifier of the consumed or produced item. Foreign key to MSS_ITEMS.
WD_OPERATION_MATERIAL_ID NUMBER 18 The unique identifier of a work definition operation material or operation output.
MATERIAL_SEQ_NUMBER NUMBER Indicates the sequence of the material line or the output line within this operation.
MATERIAL_TYPE VARCHAR2 30 Yes Type of material either produced or consumed by the operation: 'Consumed Item|Produced Item'
QUANTITY NUMBER Yes Quantity of the material either consumed in the operation or producted from the 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_OPERATION_MATERIALS mss_operations PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER
MSS_OPERATION_MATERIALS mss_items PLAN_ID, INVENTORY_ITEM_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_OPERATION_MATERIALS_N1 Non Unique Default PLAN_ID, INVENTORY_ITEM_ID
MSS_OPERATION_MATERIALS_U1 Unique Default PLAN_ID, OPERATION_ID, RESOURCE_SEQ_NUMBER, INVENTORY_ITEM_ID