Tables used for Bank Statement Load, Import in Cash Management R12 with Explanation
CE_STMT_INT_TMP
The CE_STMT_INT_TMP table stores bank statement information loaded from bank flat file by SQL*Loader. This table is populated and deleted whenever the loading program is executed.
CE_STATEMENT_HEADERS_INT
The CE_STATEMENT_HEADERS_INT_ALL table stores information about bank statement details for importing. Each row contains the bank statement number, bank account number, control balances, and other statement- related information. After populating this table, you can run the Bank Statement Import program to transfer the statement information into the CE_STATEMENT_HEADERS_ALL table. The Bank Statement Interface form allows you to modify the statement interface information or to correct any errors encountered while uploading the data.
CE_STATEMENT_LINES_INTERFACE
The CE_STATEMENT_LINES_INTERFACE table stores information about bank statement line details for open interface. Each row contains the bank statement number, bank account number, statement line amount, and others. After populating this table, you can run the Bank Statement Import program to transfer the statement line information into the CE_STATEMENT_LINES table. The Bank Statement Interface form allows you to modify the statement line interface information or correct any errors encountered while uploading the data.
CE_STATEMENT_HEADERS
The CE_STATEMENT_HEADERS_ALL table stores bank statements. Each row in this table contains the statement name, statement date, GL date, bank account identifier, and other information about the statement. This table corresponds to the Bank Statement window of the Bank Statements form.
Once you have marked your statement as complete, the STATEMENT_COMPLETE_FLAG is set to Y, and you can no longer modify or update the statement.
AUTO_LOADED_FLAG is set to Y when your statement is uploaded from the interface table using the Bank Statement Import program
CE_STATEMENT_LINES
The CE_STATEMENT_LINES table stores information about bank statement lines. Each row in this table stores the statement header identifier, statement line number, associated transaction type, and transaction amount associated with the statement line.
This table corresponds to the Bank Statement Lines window of the Bank Statements form.
Bank Statement Import:
On successful completion, this program moves records from
(1) CE_STATEMENT_HEADERS_INT
(2) CE_STATEMENT_LINES_INTERFACE
TO
(3) CE_STATEMENT_HEADERS
(4) CE_STATEMENT_LINES tables.