IBY_FILE_ACKS
Stores bank acknowledgments for the payment files sent
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
IBY_FILE_ACKS_PK |
FILE_ACK_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FILE_ACK_ID | NUMBER | 18 | Yes | System-generated primary key. | |
INBOUND_FILE_ID | NUMBER | 18 | Yes | If funds capture flow, foreign key to inbound file record at IBY_INBOUND_FILE.INBOUND_FILE_ID. | |
PAYMENT_FLOW | VARCHAR2 | 30 | Yes | Specifies funds capture or disbursement flow. Values taken from lookup: IBY_PAYMENT_FLOW | |
PAYMENT_INSTRUCTION_ID | NUMBER | 18 | If disbursement flow, foreign key to payment file at IBY_PAY_INSTRUCTIONS_ALL . | ||
MBATCHID | NUMBER | 18 | Foreign key to settlement batch at IBY_BATCHES_ALL .MBATCHID. | ||
PROCESSING_STATUS | VARCHAR2 | 30 | Yes | Processing status for the acknowledgment record. | |
ACK_STATUS_CODE | VARCHAR2 | 30 | Yes | Bank acknowledged status. | |
ACKED_ORIG_FILE_ID | VARCHAR2 | 50 | File-level identifier of the acknowledgment record. Maps to OriginalMessageIdentification in ISO20022 schema. | ||
ACKED_ORIG_FILE_NAME | VARCHAR2 | 50 | Original network file name assigned by the system when sending out the payment file. Maps to NetworkFileName in ISO20022 schema. | ||
BANK_ACK_DATE | DATE | Date/Time for bank acknowledgment. | |||
TRANSACTION_COUNT | NUMBER | 7 | Number of transactions in the file. | ||
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_FILE_ACKS | iby_pay_instructions_all | PAYMENT_INSTRUCTION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
IBY_FILE_ACKS_F1 | Non Unique | Default | INBOUND_FILE_ID |
IBY_FILE_ACKS_F2 | Non Unique | Default | PAYMENT_INSTRUCTION_ID |
IBY_FILE_ACKS_F3 | Non Unique | Default | MBATCHID |
IBY_FILE_ACKS_N1 | Non Unique | Default | ACKED_ORIG_FILE_ID |
IBY_FILE_ACKS_U1 | Unique | Default | FILE_ACK_ID |