MSC_FS_WD_OP_MATERIALS

This table stores all the Flow Schedule Component demands taken into account for planning.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

MSC_FS_WD_OP_MATERIALS_PK

PLAN_ID, FS_WD_OP_MATERIAL_ID, PART_KEY1

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 22 Yes This value indicates the plan identifier for the record.
FS_WD_HEADER_ID NUMBER 22 18 Yes The unique identifier of the record which represents the combination of work definition, item, and flow schedule completion date. Its value is an application generated unique id.
FS_WD_OP_MATERIAL_ID NUMBER 22 18 Yes The unique identifier for the exploded materials of a work definition. Its value is an application generated unique id.
ASSEMBLY_ITEM_ID NUMBER 22 18 Assembly item identifier (item generating the demand for dependent demands).
ORGANIZATION_ID NUMBER 22 18 Yes The organization identifier that represents the manufacturing plant to which this operation material belongs.
INVENTORY_ITEM_ID NUMBER 22 18 The item identifier of the operation material.
QUANTITY_PER_PRODUCT NUMBER 22 Represents the quantity per assembly. This is the material quantity from the work definition operation material.
UOM_CODE VARCHAR2 3 Represents the unit of measure code of the specified quantity.
BASIS_TYPE NUMBER 22 Indicates whether the material quantity is fixed (i.e. quantity per lot produced) or variable (i.e. quantity per item produced). Valid values exist in the lookup with lookup type = EGP_BOM_BASIS_TYPE.
YIELD_FACTOR NUMBER This is the percentage of material quantity actually incorporated into the finished good.
SUPPLY_TYPE NUMBER 22 Reference of the supply type used for the work order operation material. Valid values exist in the lookup with lookup type = EGP_WIP_SUP_TYPE + lookup_type = ORA_WIE_WO_SUPPLY_TYPE.
ROUTING_SEQUENCE_ID NUMBER 22 18 Source application operational routing sequence identifier.
OPERATION_SEQ_NUMBER NUMBER 22 Yes Indicates the execution sequence of the operation.
OPERATION_SEQUENCE_ID NUMBER 18 Unique Reference to the operation to which this routing is assigned.
PRODUCTION_LINE_ID NUMBER 22 18 The unique identifier of a production line. Its value is an application generated unique id.
REFRESH_NUMBER NUMBER 22 18 Refresh identifier populated by the collection program.
PART_KEY1 NUMBER 18 Yes Source application instance identifier.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_FS_WD_OP_MATERIALS_N1 Non Unique Default PLAN_ID, FS_WD_HEADER_ID, PART_KEY1
MSC_FS_WD_OP_MATERIALS_N2 Non Unique Default PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, ASSEMBLY_ITEM_ID, PART_KEY1
MSC_FS_WD_OP_MATERIALS_U1 Unique Default PLAN_ID, FS_WD_OP_MATERIAL_ID, PART_KEY1