IBY_TRANSACTION_ACKS

Stores bank acknowledgments for the transactions sent.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_TRANSACTION_ACKS_PK

TRANSACTION_ACK_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ACK_ID NUMBER 18 Yes For future use
INBOUND_FILE_ID NUMBER 18 Yes Foreign key to inbound file record.
PAYMENT_FLOW VARCHAR2 30 Yes Specifies funds capture or disbursement flow. Values taken from lookup: IBY_PAYMENT_FLOW
PAYMENT_ID NUMBER 18 For future use
FD_LOGICAL_GROUP_REFERENCE VARCHAR2 30 For future use
FC_LOGICAL_GROUP_REFERENCE VARCHAR2 30 For future use
TRXNMID NUMBER 18 For future use
PROCESSING_STATUS VARCHAR2 30 Yes For future use
ACK_STATUS_CODE VARCHAR2 30 Yes For future use
ACKED_ORIG_TRXN_ID VARCHAR2 80 For future use
ACKED_ORIG_GRP_ID VARCHAR2 120 For future use
BANK_ACK_DATE DATE For future use
BANK_ACK_RECORD_ID VARCHAR2 50 For future use
TRANSACTION_ACCEPTED_DATE DATE For future use
AVSCODE VARCHAR2 80 For future use
SEC_CODE_CHECK_RESULT VARCHAR2 5 For future use
BANK_ASSIGNED_REF_TYPE1 VARCHAR2 30 For future use
BANK_ASSIGNED_REF_TYPE2 VARCHAR2 30 For future use
BANK_ASSIGNED_REF_TYPE3 VARCHAR2 30 For future use
BANK_ASSIGNED_REFERENCE1 VARCHAR2 150 For future use
BANK_ASSIGNED_REFERENCE2 VARCHAR2 150 For future use
BANK_ASSIGNED_REFERENCE3 VARCHAR2 150 For future use
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_TRANSACTION_ACKS iby_inbound_file INBOUND_FILE_ID

Indexes

Index Uniqueness Tablespace Columns
IBY_TRANSACTION_ACKS_N1 Non Unique Default INBOUND_FILE_ID
IBY_TRANSACTION_ACKS_N2 Non Unique Default PAYMENT_ID
IBY_TRANSACTION_ACKS_N3 Non Unique Default TRXNMID
IBY_TRANSACTION_ACKS_U1 Unique Default TRANSACTION_ACK_ID