MSS_FS_WD_OP_MATERIALS
This table stores information related to the flow schedule and specifically its exploded work definition materials.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSS_FS_WD_OP_MATERIALS_PK |
PLAN_ID, FS_WD_OP_MATERIAL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
| FS_WD_OP_MATERIAL_ID | NUMBER | 18 | Yes | The unique identifier for the exploded materials of a work definition. | |
| FS_WD_HEADER_ID | NUMBER | 18 | Yes | Foreign key reference to MSS_FS_WD_HEADERS. | |
| WD_OPERATION_ID | NUMBER | 18 | Yes | Work Definition Operation reference. | |
| OPERATION_SEQ_NUMBER | NUMBER | Yes | Indicates the execution sequence of the operation. | ||
| MATERIAL_SEQ_NUMBER | NUMBER | Represents the order of consumption of material for a given operation. | |||
| LINE_OP_SEQ_NUMBER | NUMBER | Indicates the production line operation sequence number. | |||
| INVENTORY_ITEM_ID | NUMBER | 18 | The item identifier of the operation material. This is a foreign key to the MSS_ITEMS table. | ||
| QUANTITY_PER_PRODUCT | NUMBER | Represents the quantity per assembly. This is the MATERIAL_QUANTITY from the work definition operation material. | |||
| BASIS_TYPE | VARCHAR2 | 30 | 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. | |||
| 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_FS_WD_OP_MATERIALS | mss_fs_wd_headers | PLAN_ID, FS_WD_HEADER_ID |
| MSS_FS_WD_OP_MATERIALS | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSS_FS_WD_OP_MATERIALS_U1 | Unique | Default | PLAN_ID, FS_WD_OP_MATERIAL_ID |