Search Results ce_statement_lines
Overview
The CE_STATEMENT_LINES table is a core data repository within Oracle E-Business Suite Cash Management (CE) module. It serves as the detailed transaction-level record for bank statements that have been loaded into the system, either manually or via automated bank feeds. Each row in this table represents an individual line item from a bank statement, such as a deposit, check, wire transfer, or bank charge. Its primary role is to store the granular transactional data imported from financial institutions, which is then used as the source for the system's automated and manual bank reconciliation processes. The integrity of this data is critical for accurately matching statement lines with internal cash transactions (e.g., payments, receipts) in the CE_STATEMENT_RECONCILS_ALL table.
Key Information Stored
The table's structure is designed to capture the essential details of a bank statement transaction. Its primary key is the system-generated STATEMENT_LINE_ID. A unique key constraint also exists on the combination of STATEMENT_HEADER_ID and LINE_NUMBER, ensuring line uniqueness within a statement batch. Key transactional columns include TRX_CODE_ID (linking to CE_TRANSACTION_CODES for line type), CURRENCY_CODE, and the monetary amounts (e.g., statement amount, accounted amount). Critical reconciliation columns are GL_ACCOUNT_CCID, which holds the code combination ID for the cash account, and EXCHANGE_RATE_TYPE. The table also stores descriptive information such as the bank's transaction date, value date, and payer/payee details, which are vital for matching logic during reconciliation.
Common Use Cases and Queries
The primary use case is the bank reconciliation process. Analysts query this table to review unreconciled items, investigate discrepancies, and validate statement data before reconciliation. Common SQL patterns involve joining to the statement header (CE_STATEMENT_HEADERS_ALL) for bank and statement date context, and to the reconciliation table (CE_STATEMENT_RECONCILS_ALL) to see match status. A typical query to find unreconciled lines for a specific bank account would filter on the header and check for the absence of a reconciliation record. The table is also central to reconciliation error reporting via CE_RECONCILIATION_ERRORS and journal entry exception reporting via CE_JE_MESSAGES. Data from this table is frequently extracted for cash position and bank transaction detail reports.
Related Objects
CE_STATEMENT_LINES maintains integral relationships with several key Cash Management and General Ledger tables, as documented in the provided metadata.
- CE_STATEMENT_HEADERS_ALL: Foreign key from STATEMENT_HEADER_ID. Every statement line must belong to a statement header, which defines the bank account and statement period.
- CE_STATEMENT_RECONCILS_ALL: Foreign key from STATEMENT_LINE_ID. This is the core reconciliation join, where each statement line may have one or more reconciliation records linking it to internal system transactions.
- CE_TRANSACTION_CODES: Foreign key from TRX_CODE_ID. Provides the meaning (e.g., "Check", "Deposit") for the statement line's transaction type.
- GL_CODE_COMBINATIONS: Foreign key from GL_ACCOUNT_CCID. Identifies the General Ledger cash account against which the statement line is reconciled.
- FND_CURRENCIES & GL_DAILY_CONVERSION_TYPES: Foreign keys for CURRENCY_CODE and EXCHANGE_RATE_TYPE, supporting multi-currency transactions.
- CE_RECONCILIATION_ERRORS & CE_JE_MESSAGES: Child tables with a foreign key to STATEMENT_LINE_ID, logging reconciliation and journal creation issues for specific lines.
-
Table: CE_STATEMENT_LINES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_LINES, object_name:CE_STATEMENT_LINES, status:VALID, product: CE - Cash Management , description: Bank statement lines , implementation_dba_data: CE.CE_STATEMENT_LINES ,
-
Table: CE_STATEMENT_LINES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_LINES, object_name:CE_STATEMENT_LINES, status:VALID, product: CE - Cash Management , description: Bank statement lines , implementation_dba_data: CE.CE_STATEMENT_LINES ,
-
Table: CE_RECONCILIATION_ERRORS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_RECONCILIATION_ERRORS, object_name:CE_RECONCILIATION_ERRORS, status:VALID, product: CE - Cash Management , description: CE_STATEMENT_LINES validation and reconciliation errors , implementation_dba_data: CE.CE_RECONCILIATION_ERRORS ,
-
Table: CE_RECONCILIATION_ERRORS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_RECONCILIATION_ERRORS, object_name:CE_RECONCILIATION_ERRORS, status:VALID, product: CE - Cash Management , description: CE_STATEMENT_LINES validation and reconciliation errors , implementation_dba_data: CE.CE_RECONCILIATION_ERRORS ,
-
View: CEFV_STMTRECON
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_STMTRECON, object_name:CEFV_STMTRECON, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_STMTRECON ,
-
View: CEFV_STMTRECON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_STMTRECON, object_name:CEFV_STMTRECON, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_STMTRECON ,
-
Table: CE_STATEMENT_RECONCILS_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_RECONCILS_ALL, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID, product: CE - Cash Management , description: Statement reconciliation details , implementation_dba_data: CE.CE_STATEMENT_RECONCILS_ALL ,
-
Table: CE_STATEMENT_RECONCILS_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_RECONCILS_ALL, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID, product: CE - Cash Management , description: Statement reconciliation details , implementation_dba_data: CE.CE_STATEMENT_RECONCILS_ALL ,
-
Table: CE_JE_MESSAGES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_JE_MESSAGES, object_name:CE_JE_MESSAGES, status:VALID, product: CE - Cash Management , description: Table to store the errors occurred during the Journal Entry Creation program execution. , implementation_dba_data: CE.CE_JE_MESSAGES ,
-
Table: CE_JE_MESSAGES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_JE_MESSAGES, object_name:CE_JE_MESSAGES, status:VALID, product: CE - Cash Management , description: Table to store the errors occurred during the Journal Entry Creation program execution. , implementation_dba_data: CE.CE_JE_MESSAGES ,
-
Table: CE_TRANSACTION_CODES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_TRANSACTION_CODES, object_name:CE_TRANSACTION_CODES, status:VALID, product: CE - Cash Management , description: Bank transaction codes , implementation_dba_data: CE.CE_TRANSACTION_CODES ,
-
Table: CE_STATEMENT_HEADERS_ALL
12.1.1
product: CE - Cash Management , description: Bank statements , implementation_dba_data: Not implemented in this database ,
-
Table: CE_STATEMENT_HEADERS_ALL
12.2.2
product: CE - Cash Management , description: Bank statements , implementation_dba_data: Not implemented in this database ,
-
Table: CE_ARCH_LINES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_LINES, object_name:CE_ARCH_LINES, status:VALID, product: CE - Cash Management , description: Archived CE_STATEMENT_LINES records , implementation_dba_data: CE.CE_ARCH_LINES ,
-
View: CEBV_BSRE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_BSRE, object_name:CEBV_BSRE, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_BSRE ,
-
Table: CE_ARCH_LINES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_LINES, object_name:CE_ARCH_LINES, status:VALID, product: CE - Cash Management , description: Archived CE_STATEMENT_LINES records , implementation_dba_data: CE.CE_ARCH_LINES ,
-
Table: CE_TRANSACTION_CODES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_TRANSACTION_CODES, object_name:CE_TRANSACTION_CODES, status:VALID, product: CE - Cash Management , description: Bank transaction codes , implementation_dba_data: CE.CE_TRANSACTION_CODES ,
-
View: CEFV_BSRE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BSRE, object_name:CEFV_BSRE, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_BSRE ,
-
View: CEFV_BSRE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BSRE, object_name:CEFV_BSRE, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_BSRE ,
-
View: CE_XLA_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_TRANSACTIONS_V, object_name:CE_XLA_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: This view retrieves Subledger Accounting transaction information. , implementation_dba_data: APPS.CE_XLA_TRANSACTIONS_V ,
-
View: CE_XLA_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_TRANSACTIONS_V, object_name:CE_XLA_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: This view retrieves Subledger Accounting transaction information. , implementation_dba_data: APPS.CE_XLA_TRANSACTIONS_V ,
-
View: CEBV_BSRE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_BSRE, object_name:CEBV_BSRE, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_BSRE ,
-
View: CE_RECONCILIATION_ERRORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_RECONCILIATION_ERRORS_V, object_name:CE_RECONCILIATION_ERRORS_V, status:VALID, product: CE - Cash Management , description: Reconciliation errors , implementation_dba_data: APPS.CE_RECONCILIATION_ERRORS_V ,
-
View: CE_260_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_RECONCILED_V, object_name:CE_260_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled statement lines for unreconciling , implementation_dba_data: APPS.CE_260_RECONCILED_V ,
-
View: CE_RECONCILIATION_ERRORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_RECONCILIATION_ERRORS_V, object_name:CE_RECONCILIATION_ERRORS_V, status:VALID, product: CE - Cash Management , description: Reconciliation errors , implementation_dba_data: APPS.CE_RECONCILIATION_ERRORS_V ,
-
View: CE_260_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_RECONCILED_V, object_name:CE_260_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled statement lines for unreconciling , implementation_dba_data: APPS.CE_260_RECONCILED_V ,
-
View: CEFV_BANK_STATEMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BANK_STATEMENT_LINES, object_name:CEFV_BANK_STATEMENT_LINES, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_BANK_STATEMENT_LINES ,
-
View: CEBV_BANK_STATEMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_BANK_STATEMENT_LINES, object_name:CEBV_BANK_STATEMENT_LINES, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_BANK_STATEMENT_LINES ,
-
View: CEFV_BANK_STATEMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BANK_STATEMENT_LINES, object_name:CEFV_BANK_STATEMENT_LINES, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_BANK_STATEMENT_LINES ,
-
View: CEBV_BANK_STATEMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_BANK_STATEMENT_LINES, object_name:CEBV_BANK_STATEMENT_LINES, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_BANK_STATEMENT_LINES ,
-
View: CE_801_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_RECONCILED_V, object_name:CE_801_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled Payroll payments for unreconciling , implementation_dba_data: APPS.CE_801_RECONCILED_V ,
-
View: CE_801_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_RECONCILED_V, object_name:CE_801_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled Payroll payments for unreconciling , implementation_dba_data: APPS.CE_801_RECONCILED_V ,
-
View: CE_260_CF_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_REVERSAL_V, object_name:CE_260_CF_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_260_CF_REVERSAL_V ,
-
View: CE_260_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_TRANSACTIONS_V, object_name:CE_260_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available statement lines for reconciliation , implementation_dba_data: APPS.CE_260_TRANSACTIONS_V ,
-
View: CE_260_CF_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_REVERSAL_V, object_name:CE_260_CF_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_260_CF_REVERSAL_V ,
-
View: CE_260_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_TRANSACTIONS_V, object_name:CE_260_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available statement lines for reconciliation , implementation_dba_data: APPS.CE_260_TRANSACTIONS_V ,
-
View: CE_STATEMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_LINES_V, object_name:CE_STATEMENT_LINES_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_STATEMENT_LINES_V ,
-
View: CE_801_EFT_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_EFT_RECONCILED_V, object_name:CE_801_EFT_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled Payroll payments for unreconciling , implementation_dba_data: APPS.CE_801_EFT_RECONCILED_V ,
-
View: CE_STATEMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_LINES_V, object_name:CE_STATEMENT_LINES_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_STATEMENT_LINES_V ,
-
View: CE_222_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_REVERSAL_V, object_name:CE_222_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_222_REVERSAL_V ,
-
View: CE_185_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_185_RECONCILED_V, object_name:CE_185_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled Treasury transactions for unreconciling via Open Interface , implementation_dba_data: APPS.CE_185_RECONCILED_V ,
-
View: CE_801_EFT_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_EFT_RECONCILED_V, object_name:CE_801_EFT_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled Payroll payments for unreconciling , implementation_dba_data: APPS.CE_801_EFT_RECONCILED_V ,
-
View: CE_222_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_REVERSAL_V, object_name:CE_222_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_222_REVERSAL_V ,
-
View: CE_185_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_185_RECONCILED_V, object_name:CE_185_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled Treasury transactions for unreconciling via Open Interface , implementation_dba_data: APPS.CE_185_RECONCILED_V ,
-
View: CE_101_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_RECONCILED_V, object_name:CE_101_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled GL journals for unreconciling , implementation_dba_data: APPS.CE_101_RECONCILED_V ,
-
View: CE_999_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_999_RECONCILED_V, object_name:CE_999_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled transactions for unreconciling via Open Interface , implementation_dba_data: APPS.CE_999_RECONCILED_V ,
-
View: CE_101_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_RECONCILED_V, object_name:CE_101_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled GL journals for unreconciling , implementation_dba_data: APPS.CE_101_RECONCILED_V ,
-
View: CE_999_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_999_RECONCILED_V, object_name:CE_999_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled transactions for unreconciling via Open Interface , implementation_dba_data: APPS.CE_999_RECONCILED_V ,
-
View: CE_260_CF_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_RECONCILED_V, object_name:CE_260_CF_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled cashflow receipts and payments for unreconciling , implementation_dba_data: APPS.CE_260_CF_RECONCILED_V ,
-
View: CE_XLA_EXT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_EXT_HEADERS_V, object_name:CE_XLA_EXT_HEADERS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_XLA_EXT_HEADERS_V ,