WIE_WO_OSP_ACTION_DETAILS

This table stores the details related to outside processing and corresponding purchasing, shipping, and receiving details.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_WO_OSP_ACTION_DETAILS_PK

WO_OSP_ACTION_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
WO_OSP_ACTION_DETAIL_ID NUMBER 18 Yes This is the internal outside processing action detail 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_OPERATION_ID NUMBER 18 Yes Foreign key reference to the work order operation against which this action is being recorded.
ORGANIZATION_ID NUMBER 18 Yes Identifier of the organization on the associated work order operation.
STATUS VARCHAR2 30 Yes Status of the supplier operation action. Valid values exist in the lookup with lookup_type = ORA_WIE_OSP_DOC_STATUS and are dependent on the document type.
QUANTITY NUMBER Yes Quantity for which the action is being triggered.
DOCUMENT_TYPE VARCHAR2 30 Yes Type of document for which this action is being triggered. Valid values exist in the lookup with lookup_type = ORA_WIE_OSP_DOC_TYPE.
DOC_REF1 NUMBER 18 First level identifier of the document represented by the document type and status. If the document type is "PO", this field will be empty when the status is "REQUESTED", otherwise it contains the reference to po_headers_all.po_header_id when the status is "APPROVED". If the document type is "SHIPMENT", this field will contain a reference to po_headers_all.po_header_id when the status is "REQUESTED", otherwise it contains the reference to wsh_new_deliveries.delivery_id when the status is "CONFIRMED". If the document type is "RECEIPT", this field will contain a reference to rcv_transactions.transaction_id when the status is either "DELIVERED" or "RETURNED".
DOC_REF2 NUMBER 18 Second level identifier of the document represented by the document type and status. If the document type is "PO", this field will be empty when the status is "REQUESTED", otherwise it contains the reference to po_lines_all.po_line_id when the status is "APPROVED". If the document type is "SHIPMENT", this field will contain a reference to po_lines_all.po_line_id when the status is "REQUESTED", otherwise it contains the reference to wsh_delivery_details.delivery_detail_id when the status is "CONFIRMED". If the document type is "RECEIPT", this field will be empty when the status is "DELIVERED", otherwise it contains the reference to rcv_transactions.parent_transaction_id when the status is "RETURNED".
DOC_REF3 NUMBER 18 Third level identifier of the document represented by the document type and status. If the document type has a value of "PO", this field will be empty when the status is "REQUESTED", otherwise it contains the reference to po_line_locations_all.line_location_id when the status is "APPROVED". If the document type has a value of "SHIPMENT", this field will contain a reference to po_line_locations_all.line_location_id when the status is "REQUESTED", otherwise it contains the reference to po_lines_all.po_line_id when the status is "CONFIRMED". If the document type has a value of "RECEIPT", this field will contain a reference to po_lines_all.po_line_id when the status is either "DELIVERED" or "RETURNED".
SUPPLIER_ID NUMBER 18 Represents the identifier of the supplier against whom the PO is requested/approved.
SUPPLIER_SITE_ID NUMBER 18 Represents the identifier of the supplier site for the supplier against whom the PO is requested/approved.
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_DETAILS_N01 Non Unique Default WO_OPERATION_ID, STATUS, DOCUMENT_TYPE
WIE_WO_OSP_ACTION_DETAILS_N02 Non Unique Default ORGANIZATION_ID, DOCUMENT_TYPE, STATUS, SUPPLIER_ID
WIE_WO_OSP_ACTION_DETAILS_N03 Non Unique Default ORGANIZATION_ID, DOCUMENT_TYPE, DOC_REF1
WIE_WO_OSP_ACTION_DETAILS_U01 Unique Default WO_OSP_ACTION_DETAIL_ID