WIE_WO_OP_MTL_REF_DESIGNATORS
This table stores the reference designators from the item structure for the materials required for the work order at the operation level.
Details
-
Schema: FUSION
-
Object owner: WIE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
WIE_WO_OP_MTL_REF_DESIG_PK |
WO_OP_MTL_REF_DESIGNATOR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| WO_OP_MTL_REF_DESIGNATOR_ID | NUMBER | 18 | Yes | The unique identifier of a work order operation material reference designator. Its value is an application generated unique id. | |
| 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. | |
| WO_OPERATION_MATERIAL_ID | NUMBER | 18 | Yes | Represents the work order operation material for which the reference designator is defined. This is a foreign key to the WIE_WO_OPERATION_MATERIALS table. | |
| COMPONENT_REFERENCE_DESIGNATOR | VARCHAR2 | 15 | Yes | An optional identifier you can assign to a component on an item structure. For example, when the bill requires four of a component, you can assign four reference designators to that component, one for each usage. | |
| REF_DESIG_SEQUENCE_ID | NUMBER | 18 | Yes | Represents the sequence identifier of the reference designator. This is a foreign key to the EGP_REFERENCE_DESIGNATORS table. | |
| REF_DESIGNATOR_COMMENT | VARCHAR2 | 240 | Represents the comments for the reference designator. | ||
| 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WIE_WO_OP_MTL_REF_DESIG_N01 | Non Unique | Default | WO_OPERATION_MATERIAL_ID, COMPONENT_REFERENCE_DESIGNATOR |
| WIE_WO_OP_MTL_REF_DESIG_U01 | Unique | Default | WO_OP_MTL_REF_DESIGNATOR_ID |