WIE_WO_OSP_ACTION_HISTORY

This table stores all history for every update done on the action details table.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_WO_OSP_ACTION_HISTORY_PK

WO_OSP_ACTION_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
WO_OSP_ACTION_HISTORY_ID NUMBER 18 Yes This is the internal outside processing action history identifier.
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_OSP_ACTION_DETAIL_ID NUMBER 18 Yes Foreign key to the outside processing action detail table.
WO_OPERATION_ID NUMBER 18 Yes Foreign key to the work order operation record against which this action was recorded.
ACTION_SOURCE VARCHAR2 30 Yes Action which has triggered the quantity movement. Valid values exist in the lookup with lookup_type = ORA_WIE_OSP_ACTION_SOURCE.
FROM_STATUS VARCHAR2 30 Yes Initial status where the quantity resides. Valid values exist in the lookup with lookup_type = ORA_WIE_DISPATCH_STATE.
TO_STATUS VARCHAR2 30 Yes Status where the quantity was moved to as a result of the outside processing action. Valid values exist in the lookup with lookup_type = ORA_WIE_DISPATCH_STATE.
QUANTITY NUMBER Yes Quantity for which the action is being triggered.
SCO_REQUEST_ID NUMBER 18 Identifier of the request raised with SCO.
PO_HEADER_ID NUMBER 18 PO Header Id for the approved Purchase Order for the given quantity.
PO_LINE_ID NUMBER 18 PO Line Id for the approved Purchase Order for the given quantity.
PO_SCHEDULE_ID NUMBER 18 PO Schedule Id for the approved Purchase Order for the given quantity.
SHIPMENT_NUMBER NUMBER 18 Confirmed shipment number for the given quantity.
SHIPMENT_LINE_NUMBER NUMBER 18 Confirmed shipment line number for the given quantity.
RECEIPT_NUMBER VARCHAR2 30 Delivery/Return receipt number for the given quantity.
WO_OPERATION_TRANSACTION_ID NUMBER 18 Foreign key to the work order operation transaction table.
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
WIE_WO_OSP_ACTION_HISTORY wie_wo_osp_action_details WO_OSP_ACTION_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
WIE_WO_OSP_ACTION_HISTORY_N01 Non Unique Default WO_OSP_ACTION_DETAIL_ID
WIE_WO_OSP_ACTION_HISTORY_U01 Unique Default WO_OSP_ACTION_HISTORY_ID