JL_BR_AP_INT_BANK_RETURNS

Stores information associated with the payment request to be imported.

Details

  • Schema: FUSION

  • Object owner: JL

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

JL_BR_AP_INT_BANK_RETURNS_PK

BANK_RETURN_ID

Columns

Name Datatype Length Precision Not-null Comments Status
BANK_RETURN_ID NUMBER 18 Yes Value generated during the processing of a payment request. It is passed to bank in a payment request file. It is also used to uniquely refer individual payment requests. Active
BANK_OCCURRENCE_CODE VARCHAR2 30 Occurrence error details sent by the bank. It is also a foreign key to the JL_BR_AR_BANK_OCCURRENCES table. Active
OCCURRENCE_DATE DATE Occurrence error date sent by the bank. Active
PROCESSING_DATE DATE Date when the bank will process the transaction. For example, the process date is different from the occurrence date for a DOC transaction. Active
VALIDATION_STATUS_CODE VARCHAR2 30 Validation status of the bank return.
ERROR_CODE VARCHAR2 30 Error code on the imported bank return document.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Active
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. Active
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. Active

Indexes

Index Uniqueness Tablespace Columns Status
JL_BR_AP_INT_BNK_RETURNS_U1 Unique FUSION_TS_TX_IDX BANK_RETURN_ID Active