OKC_STI_TRANSACTIONS_R_INT

Contracts Service Transaction Interface table

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_STI_TRANSACTIONS_R_INT_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Id
TXN_EXEC_SEQ_ID NUMBER 18 Transaction Execution Sequence Id
TXN_REQUEST_ID NUMBER 18 Transaction Request Id
TXN_TIMESTAMP TIMESTAMP Transaction Timestamp
TXN_SOURCE_CODE VARCHAR2 30 Transaction Source Code
TXN_BATCH_ID NUMBER 18 Transaction Batch Id
TXN_STATUS_CODE VARCHAR2 30 Transaction Status Code
TXN_ACTION_CODE VARCHAR2 30 Transaction Action Code
TXN_REPROCESS_ACTION_CODE VARCHAR2 30 Transaction Reprocess Action Code
TXN_TRIAL_NUMBER NUMBER 18 Transaction Trial Number
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.
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.
PROGRAM_NAME VARCHAR2 30 Program Name
PROGRAM_APP_NAME VARCHAR2 50 Program Application Name
TXN_REQUEST_ROW_NUM NUMBER 18 Transaction Request Row Number
TXN_REPROCESS_REQUEST_ID NUMBER 18 Transaction Process Request Id
TXN_REPROCESS_ROW_NUM NUMBER 18 Transaction Reprocess Row Number
TXN_TYPE_CODE VARCHAR2 30 Txn type code
TXN_CREATE_CONTRACT VARCHAR2 30 Txn create contract
TXN_XFR_BATCH_ID NUMBER 18 Txn transfer batch id
TXN_UPG_BATCH_ID NUMBER 18 Txn upgrade batch id

Indexes

Index Uniqueness Tablespace Columns
OKC_STI_TRANSACTIONS_R_INT_U1 Unique FUSION_TS_INTERFACE ID