WIE_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: WIE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
WIE_FS_WD_OP_MATERIALS_PK |
FS_WD_OP_MATERIAL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FS_WD_OP_MATERIAL_ID | NUMBER | 18 | Yes | The unique identifier for the exploded materials of a work definition. Its value is an application generated unique id. | |
| FS_WD_HEADER_ID | NUMBER | 18 | Yes | Represents the foreign key reference to the WIE_FS_WD_HEADERS table. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | The organization identifier that represents the manufacturing plant to which this operation material belongs. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | The item identifier of the operation material. | ||
| QUANTITY_PER_PRODUCT | NUMBER | 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 | 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. | |||
| SUPPLY_TYPE | VARCHAR2 | 30 | 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. | ||
| MATERIAL_SEQ_NUMBER | NUMBER | Represents the order of consumption of material for a given operation. | |||
| OPERATION_SEQ_NUMBER | NUMBER | Yes | Indicates the execution sequence of the operation. | ||
| WD_OPERATION_ID | NUMBER | 18 | Yes | Represents the foreign key reference to the WIS_WD_OPERATIONS_B table for the work definition operation to which this material line is assigned. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WIE_FS_WD_OP_MATERIALS_U01 | Unique | Default | FS_WD_OP_MATERIAL_ID |