CST_REJECTED_TRADE_EVENTS

This table takes backup of trade events before their deletion as duplicates.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_REJECTED_TRADE_EVENTS_PK

TRADE_EVENT_INTF_ID

Columns

Name Datatype Length Precision Not-null Comments
TRADE_EVENT_INTF_ID NUMBER 18 Yes Unique Identifier for the trade events archive
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes EXTERNAL_SYSTEM_REFERENCE
EXTERNAL_SYSTEM_REF_ID VARCHAR2 30 Yes EXTERNAL_SYSTEM_REF_ID
INV_TRANSACTION_ID NUMBER 18 Transaction Identifier for Inter-Org Issue transaction for Inter-Org transfer flows.
TRANSACTION_TYPE VARCHAR2 30 trade event transaction type. Example: Trade Receipt Accrual, Trade In-transit Receipt
ACCRUAL_TRANSACTION_ID NUMBER 18 For an in-transit receipt., this refers to the associated Accrual Transaction event
PRIOR_TRANSACTION_ID NUMBER 18 Prior event that is the source of the cost for this event.
OWNERSHIP_CHANGE_TXN_ID VARCHAR2 100 The transaction that triggered the ownership change. e.g. ASN, Customer Clearance, Supplier Aceptance.
OWNERSHIP_CHANGE_EVENT_TYPE VARCHAR2 100 The type of event associated to the ownership change transaction.
PO_LINE_LOCATION_ID NUMBER 18 PO Line location
WSH_DELIVERY_DETAIL_ID NUMBER 18 Shipping delivery detail
DOO_FULLFILL_LINE_ID NUMBER 18 DOO Fullfillment line
TRANSFER_ORDER_LINE_ID NUMBER 18 Transfer order line
INTF_ROW_CREATION_DATE TIMESTAMP Yes Interface record creation date
ARCHIVE_TYPE VARCHAR2 15 Reason for Archiving. Possible Value Duplicate
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.

Indexes

Index Uniqueness Tablespace Columns
CST_REJECTED_TRADE_EVENTS_PK Unique Default TRADE_EVENT_INTF_ID