MSS_WO_OPERATION_MATERIALS

This table stores the material requirement for the work order at the operation level.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_WO_OPERATION_MATERIALS_PK

PLAN_ID, WO_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.
WO_OPERATION_ID NUMBER 18 Yes Foreign Key reference to its parent table MSS_WO_OPERATIONS.
RESOURCE_SEQ_NUMBER NUMBER Yes Resource sequence number of the work order operation.
INVENTORY_ITEM_ID NUMBER 18 Yes Foreign key to MSS_INVENTORY_ITEMS.
WO_OPERATION_MATERIAL_ID NUMBER 18 Indirect foreign key to WIE_WO_OPERATION_MATERIALS or WIE_WO_OPERATION_OUTPUTS.
MATERIAL_SEQ_NUMBER NUMBER Represents the order of consumption of material or the sequence of the output line for a given operation.
MATERIAL_TYPE VARCHAR2 30 Yes Type of material either produced or consumed by the operation. For consumed items, the type is 'Consumed Item'; for produced items, the types are 'Primary Item'|'Co-Product'|'By-Product'|'Inter-Routing WIP'
SP_DEMAND_ID NUMBER 18 Material demand ID, indirect foreign key field to MSC_DEMANDS table.
QUANTITY NUMBER Yes Quantity of the material either consumed in the operation or producted from the operation.
ISSUED_QUANTITY NUMBER Quantity issued so far. Since partial issues are possible.
PRODUCED_QUANTITY NUMBER Quantity produced so far. Since partial completions are possible.
REMAINING_QUANTITY NUMBER Remaining quantity for consumed or produced items.
NETTABLE_PLANNED_QUANTITY NUMBER Original quantity of the material produced by the operation that has been scaled by the cumulative yield factor.
NETTABLE_REMAINING_QUANTITY NUMBER Remaining quantity for the produced item that has been scaled by the cumulative yield factor.
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_WO_OPERATION_MATERIALS mss_wo_operations PLAN_ID, WO_OPERATION_ID, RESOURCE_SEQ_NUMBER
MSS_WO_OPERATION_MATERIALS mss_items PLAN_ID, INVENTORY_ITEM_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_WO_OPERATION_MATERIALS_N1 Non Unique Default PLAN_ID, INVENTORY_ITEM_ID
MSS_WO_OPERATION_MATERIALS_U1 Unique Default PLAN_ID, WO_OPERATION_ID, RESOURCE_SEQ_NUMBER, INVENTORY_ITEM_ID