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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 Identifier of the organization associated to this work order operation start/stop record.
WO_OPERATION_ID NUMBER 18 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 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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User Name.

Indexes

Index Uniqueness Tablespace Columns
WIE_WO_OP_START_STOP_N1_ Non Unique Default WO_OP_START_STOP_ID, LAST_UPDATE_DATE
WIE_WO_OP_START_STOP_N2_ Non Unique Default AUDIT_ACTION_TYPE_
WIE_WO_OP_START_STOP_U01_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, WO_OP_START_STOP_ID
WIE_WO_OP_START_STOP_U02_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, WO_OPERATION_ID, OPERATION_START_TIME, WO_PRODUCT_SERIAL_ID