CMR_UPG_INTERCO_TXNS

Table to capture the work done on any partially processed transfer flows requiring in-flight upgrade processing from Release 8 to Release 9.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CMR_UPG_INTERCO_TXNS_PK

CMR_RCV_TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
CMR_RCV_TRANSACTION_ID NUMBER 18 Yes Identifies the receiving transaction within the receipt accounting system.
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes Identifies the external source system.
EXTERNAL_SYSTEM_REF_ID VARCHAR2 30 Yes Stores a value that uniquely identifies a certain instance of an object within the external system.
TRANSACTION_TYPE VARCHAR2 25 Receipt accounting transaction type indicator.
UPGRADE_REASON_CODE VARCHAR2 30 Indicates the reason the intercompany transaction required upgrading.
PRESENT_IN_SFO_REPO_FLAG VARCHAR2 1 Indicates whether the intercompany transaction is present in the SFO repository.
EVENT_ID VARCHAR2 100 Event identifier. Required attribute for SFO Event Capture Service.
EVENT_SYSTEM VARCHAR2 100 Event system indicator. Required attribute for SFO Event Capture Service.
EVENT_TYPE VARCHAR2 100 Event type indicator. Required attribute for SFO Event Capture Service.
EVENT_DATA_ID VARCHAR2 100 Event data indentifier. Required attribute for SFO Event Capture Service.
SYSTEM_CODE VARCHAR2 100 System code indicator. Required attribute for SFO Event Capture Service.
DOCUMENT_SOURCE_SYSTEM_CODE VARCHAR2 100 Document source system code indicator.
SOURCE_DOCUMENT_ID VARCHAR2 100 Source document identifier. Required attribute for SFO Event Capture Service.
DOCUMENT_TYPE VARCHAR2 30 Document type indicator. Required attribute for SFO Event Capture Service.
TRADE_AGREEMENT_PTR_ID NUMBER 18 Primary trade agreement indentifier.
RAISED_AS_INFLIGHT_FLAG VARCHAR2 1 Processing flag to indicate whether the partially processed intercompany transfer transaction has been interfaced to SFO. Valid values are: 'N' - Not yet processed, 'Y' - Yes, 'E' - general error in service call due to service down, inaccessible, or other unexpected issue, and NULL - not applicable for the row.
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
CMR_UPG_INTERCO_TXNS cmr_rcv_transactions CMR_RCV_TRANSACTION_ID

Indexes

Index Uniqueness Tablespace Columns
CMR_UPG_INTERCO_TXNS_U1 Unique FUSION_TS_TX_DATA EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID
CMR_UPG_INTERCO_TXNS_U2 Unique Default CMR_RCV_TRANSACTION_ID