Search Results ce_statement_headers_all
Overview
The CE_STATEMENT_HEADERS_ALL table is a core data repository within the Oracle E-Business Suite Cash Management (CE) module for versions 12.1.1 and 12.2.2. It serves as the primary table for storing header-level information for imported bank statements. This object is fundamental to the bank statement reconciliation process, acting as the parent container for individual statement lines. Each record represents a single, complete bank statement file or manual entry, providing the contextual metadata necessary for processing and matching transactions against the organization's internal cash records. Its multi-org structure, indicated by the `_ALL` suffix, allows it to store data for multiple operating units.
Key Information Stored
The table's structure is designed to capture essential bank statement metadata. The primary identifier is the system-generated `STATEMENT_HEADER_ID`. Critical business columns include `BANK_ACCOUNT_ID`, which links to the specific bank account in AP_BANK_ACCOUNTS_ALL, and the `STATEMENT_NUMBER`, a unique identifier often provided by the bank. Together, these two columns form a unique key (CE_STATEMENT_HEADERS_UK1). Other significant columns are `CURRENCY_CODE`, linking to FND_CURRENCIES, which defines the statement's transaction currency, and `DOC_SEQUENCE_ID`, linking to FND_DOCUMENT_SEQUENCES, which manages internal document numbering. Additional typical attributes would include statement date, opening balance, closing balance, and creation information.
Common Use Cases and Queries
The primary use case is the querying and reporting of bank statement history for audit, reconciliation, and cash positioning analysis. A common operational query involves fetching statement headers for a specific bank account to review unreconciled activity. For example:
- SELECT statement_number, statement_date, opening_balance, closing_balance FROM ce_statement_headers_all WHERE bank_account_id = :p_bank_acct_id ORDER BY statement_date DESC;
Another critical scenario is identifying statements that have been imported but not yet fully reconciled, often by joining with the CE_STATEMENT_LINES table to aggregate the reconciliation status of child lines. Technical interfaces and data migrations also interact with this table when loading historical statement data or integrating with third-party treasury systems.
Related Objects
CE_STATEMENT_HEADERS_ALL maintains defined relationships with several key EBS objects, as documented in its foreign key constraints. It is the central hub in the statement reconciliation hierarchy.
- AP_BANK_ACCOUNTS_ALL: Linked via `BANK_ACCOUNT_ID`. This joins the statement to its specific bank account definition.
- FND_CURRENCIES: Linked via `CURRENCY_CODE`. This validates the statement's currency.
- FND_DOCUMENT_SEQUENCES: Linked via `DOC_SEQUENCE_ID`. This manages document numbering for the statement.
- CE_STATEMENT_LINES: Child table linked via `STATEMENT_HEADER_ID`. This is a critical one-to-many relationship where each header contains multiple transaction lines.
-
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_STATEMENT_HEADERS_ALL
12.1.1
product: CE - Cash Management , description: Bank statements , implementation_dba_data: Not implemented in this database ,
-
Table: CE_ARCH_HEADERS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_HEADERS, object_name:CE_ARCH_HEADERS, status:VALID, product: CE - Cash Management , description: Archived CE_STATEMENT_HEADERS_ALL records , implementation_dba_data: CE.CE_ARCH_HEADERS ,
-
Table: CE_ARCH_HEADERS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_HEADERS, object_name:CE_ARCH_HEADERS, status:VALID, product: CE - Cash Management , description: Archived CE_STATEMENT_HEADERS_ALL records , implementation_dba_data: CE.CE_ARCH_HEADERS ,
-
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_ARCH_HEADERS_ALL
12.2.2
product: CE - Cash Management , description: Archived CE_STATEMENT_HEADERS_ALL records , implementation_dba_data: Not implemented in this database ,
-
Table: CE_ARCH_HEADERS_ALL
12.1.1
product: CE - Cash Management , description: Archived CE_STATEMENT_HEADERS_ALL records , implementation_dba_data: Not implemented in this database ,
-
Table: FND_DOCUMENT_SEQUENCES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENT_SEQUENCES, object_name:FND_DOCUMENT_SEQUENCES, status:VALID, product: FND - Application Object Library , description: Document sequences registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_DOCUMENT_SEQUENCES ,
-
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 ,
-
12.2.2 FND Design Data
12.2.2
-
View: CE_STATEMENT_HEADERS
12.1.1
product: CE - Cash Management , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
Table: FND_DOCUMENT_SEQUENCES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENT_SEQUENCES, object_name:FND_DOCUMENT_SEQUENCES, status:VALID, product: FND - Application Object Library , description: Document sequences registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_DOCUMENT_SEQUENCES ,
-
View: CE_STATEMENT_HEADERS
12.2.2
product: CE - Cash Management , implementation_dba_data: Not implemented in this database ,
-
Table: AP_BANK_ACCOUNTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNTS_ALL, object_name:AP_BANK_ACCOUNTS_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNTS_ALL ,
-
Table: AP_BANK_ACCOUNTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNTS_ALL, object_name:AP_BANK_ACCOUNTS_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNTS_ALL ,
-
TABLE: CE.CE_ARCH_HEADERS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_HEADERS, object_name:CE_ARCH_HEADERS, status:VALID,
-
TABLE: CE.CE_ARCH_HEADERS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_HEADERS, object_name:CE_ARCH_HEADERS, status:VALID,
-
TABLE: CE.CE_STATEMENT_HEADERS_INT
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_HEADERS_INT, object_name:CE_STATEMENT_HEADERS_INT, status:VALID,
-
TABLE: CE.CE_STATEMENT_HEADERS_INT
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_HEADERS_INT, object_name:CE_STATEMENT_HEADERS_INT, status:VALID,
-
View: AP_AEL_GL_PAY_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_GL_PAY_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
TABLE: CE.CE_STATEMENT_HEADERS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_HEADERS, object_name:CE_STATEMENT_HEADERS, status:VALID,
-
TABLE: CE.CE_STATEMENT_HEADERS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_HEADERS, object_name:CE_STATEMENT_HEADERS, status:VALID,
-
Table: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,