WIE_WO_OPERATION_START_STOP
This table is used to store the operation start and stop times that are logged by users when using the operation start/stop functionality in Fusion Manufacturing.
Details
-
Schema: FUSION
-
Object owner: WIE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
WIE_WO_OP_START_STOP_PK |
WO_OP_START_STOP_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| WO_OP_START_STOP_ID | NUMBER | 18 | Yes | Represents the internal identifier of the work order operation start/stop record. | |
| 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 | Identifier of the organization associated to this work order operation start/stop record. | |
| WO_OPERATION_ID | NUMBER | 18 | Yes | Represents the foreign key to the work order operation that this operation start/stop record is associated. | |
| WO_PRODUCT_SERIAL_ID | NUMBER | 18 | Represents the foreign key to the work order product serial record that this operation start/stop record is associated. | ||
| OPERATION_START_TIME | TIMESTAMP | Yes | Represents the time that work at the operation has started. | ||
| OPERATION_STOP_TIME | TIMESTAMP | Represents the time that work at the operation has stopped. | |||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| WIE_WO_OPERATION_START_STOP | wie_wo_operations_b | WO_OPERATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WIE_WO_OP_START_STOP_N01 | Non Unique | Default | WO_OPERATION_ID, OPERATION_STOP_TIME, WO_PRODUCT_SERIAL_ID |
| WIE_WO_OP_START_STOP_U01 | Unique | Default | WO_OP_START_STOP_ID |
| WIE_WO_OP_START_STOP_U02 | Unique | Default | WO_OPERATION_ID, OPERATION_START_TIME, WO_PRODUCT_SERIAL_ID |