Search Results ce_bank_accounts
Overview
The CE_BANK_ACCOUNTS table is the central repository for all bank account master data within Oracle E-Business Suite Cash Management (CE). It represents the physical bank account held at a financial institution, serving as the core entity for all treasury, payment, and cash management operations. Each record in this table must be affiliated with a single bank branch, establishing a critical hierarchical relationship within the bank account model. Its integrity is paramount, as it is referenced by numerous transactional and setup tables across the Financials, Payables, Receivables, and Payments modules to facilitate cash positioning, bank reconciliation, and electronic funds transfer.
Key Information Stored
The table's primary key is BANK_ACCOUNT_ID, a unique system-generated identifier. Essential foreign key columns define its relationships: BANK_ID and BANK_BRANCH_ID link to the HZ_PARTIES table to identify the financial institution and its specific branch. ACCOUNT_HOLDER_ID and ACCOUNT_OWNER_PARTY_ID also reference HZ_PARTIES to specify the legal account holder and owner, while ACCOUNT_OWNER_ORG_ID links to HR_ALL_ORGANIZATION_UNITS to assign internal organizational ownership. Other significant columns include the account number, currency, account type (e.g., checking, savings), and status. The INTEREST_SCHEDULE_ID foreign key links to CE_INTEREST_SCHEDULES, enabling interest calculation tracking for the account.
Common Use Cases and Queries
This table is fundamental for reporting on bank account structures, validating setups for payment processing, and troubleshooting integration issues. A common query retrieves all active accounts for a specific operating unit or legal entity by joining with CE_BANK_ACCT_USES_ALL. Technical consultants often query it to diagnose payment failures by verifying the internal bank account setup referenced in Payment Manager (IBY) tables. For cash positioning reports, the table is joined with CE_BANK_ACCT_BALANCES and CE_PROJECTED_BALANCES. A typical validation SQL pattern is:
- SELECT ba.bank_account_name, ba.bank_account_num, ba.currency_code, bu.primary_flag FROM ce_bank_accounts ba, ce_bank_acct_uses_all bu WHERE ba.bank_account_id = bu.bank_account_id AND bu.org_id = &org_id AND ba.account_status = 'A';
Related Objects
CE_BANK_ACCOUNTS has extensive relationships across the application. It is the parent table for key subsidiary tables like CE_BANK_ACCT_USES_ALL (which assigns accounts to legal entities or operating units) and CE_BANK_ACCT_BALANCES. Crucially, it is referenced by the core Oracle Payments (IBY) tables—such as IBY_PAYMENTS_ALL, IBY_DOCS_PAYABLE_ALL, and IBY_PAY_INSTRUCTIONS_ALL—to designate both internal and external bank accounts for transactions. It also feeds data into Cash Management tables for balances (CE_PROJECTED_BALANCES) and reconciliations (CE_STATEMENT_HEADERS), and interfaces with Federal Financials (FV_AR_BATCHES_ALL, FV_INTERIM_CASH_RECEIPTS_ALL).
-
Table: CE_BANK_ACCOUNTS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCOUNTS, object_name:CE_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: This table contains bank account information. Each bank account must be affiliated with one bank branch. , implementation_dba_data: CE.CE_BANK_ACCOUNTS ,
-
Table: CE_BANK_ACCOUNTS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCOUNTS, object_name:CE_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: This table contains bank account information. Each bank account must be affiliated with one bank branch. , implementation_dba_data: CE.CE_BANK_ACCOUNTS ,
-
View: CE_AR_FC_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AR_FC_RECEIPTS_V, object_name:CE_AR_FC_RECEIPTS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - AR receipts , implementation_dba_data: APPS.CE_AR_FC_RECEIPTS_V ,
-
View: CE_AR_FC_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AR_FC_RECEIPTS_V, object_name:CE_AR_FC_RECEIPTS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - AR receipts , implementation_dba_data: APPS.CE_AR_FC_RECEIPTS_V ,
-
View: CE_CP_DISC_TARGET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_TARGET_V, object_name:CE_CP_DISC_TARGET_V, status:VALID, product: CE - Cash Management , description: Cash Positioning Discoverer View for Target Balances , implementation_dba_data: APPS.CE_CP_DISC_TARGET_V ,
-
View: CE_STATEMENT_BANKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_BANKS_V, object_name:CE_STATEMENT_BANKS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_STATEMENT_BANKS_V ,
-
Table: CE_INTEREST_SCHEDULES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_INTEREST_SCHEDULES, object_name:CE_INTEREST_SCHEDULES, status:VALID, product: CE - Cash Management , description: This table stores interest rate schedule information. , implementation_dba_data: CE.CE_INTEREST_SCHEDULES ,
-
Table: CE_BANK_ACCT_BALANCES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_BALANCES, object_name:CE_BANK_ACCT_BALANCES, status:VALID, product: CE - Cash Management , description: This table stores the internal bank account balances , implementation_dba_data: CE.CE_BANK_ACCT_BALANCES ,
-
Table: CE_BANK_ACCT_USES_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
View: CE_CP_DISC_TARGET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_TARGET_V, object_name:CE_CP_DISC_TARGET_V, status:VALID, product: CE - Cash Management , description: Cash Positioning Discoverer View for Target Balances , implementation_dba_data: APPS.CE_CP_DISC_TARGET_V ,
-
Table: CE_BANK_ACCT_USES_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
Table: CE_INTEREST_SCHEDULES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_INTEREST_SCHEDULES, object_name:CE_INTEREST_SCHEDULES, status:VALID, product: CE - Cash Management , description: This table stores interest rate schedule information. , implementation_dba_data: CE.CE_INTEREST_SCHEDULES ,
-
Table: CE_BANK_ACCT_BALANCES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_BALANCES, object_name:CE_BANK_ACCT_BALANCES, status:VALID, product: CE - Cash Management , description: This table stores the internal bank account balances , implementation_dba_data: CE.CE_BANK_ACCT_BALANCES ,
-
View: CE_STATEMENT_BANKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_BANKS_V, object_name:CE_STATEMENT_BANKS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_STATEMENT_BANKS_V ,
-
Table: CE_PROJECTED_BALANCES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_PROJECTED_BALANCES, object_name:CE_PROJECTED_BALANCES, status:VALID, product: CE - Cash Management , description: This table stores the projected balances of internal bank accounts. , implementation_dba_data: CE.CE_PROJECTED_BALANCES ,
-
Table: CE_PROJECTED_BALANCES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_PROJECTED_BALANCES, object_name:CE_PROJECTED_BALANCES, status:VALID, product: CE - Cash Management , description: This table stores the projected balances of internal bank accounts. , implementation_dba_data: CE.CE_PROJECTED_BALANCES ,
-
Table: CE_CE_CP_PD_BALANCES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CE_CP_PD_BALANCES, object_name:CE_CE_CP_PD_BALANCES, status:VALID, product: CE - Cash Management , description: This table is a backup of the ce_cp_priorday_balances table before the bank account foreign key upgrade. , implementation_dba_data: CE.CE_CE_CP_PD_BALANCES ,
-
Table: CE_CE_CP_PD_BALANCES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CE_CP_PD_BALANCES, object_name:CE_CE_CP_PD_BALANCES, status:VALID, product: CE - Cash Management , description: This table is a backup of the ce_cp_priorday_balances table before the bank account foreign key upgrade. , implementation_dba_data: CE.CE_CE_CP_PD_BALANCES ,
-
Table: CE_CONTACT_ASSIGNMENTS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CONTACT_ASSIGNMENTS, object_name:CE_CONTACT_ASSIGNMENTS, status:VALID, product: CE - Cash Management , description: This table contains the information about which level (bank, branch, account) the contact is assigned to. , implementation_dba_data: CE.CE_CONTACT_ASSIGNMENTS ,
-
Table: CE_CONTACT_ASSIGNMENTS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CONTACT_ASSIGNMENTS, object_name:CE_CONTACT_ASSIGNMENTS, status:VALID, product: CE - Cash Management , description: This table contains the information about which level (bank, branch, account) the contact is assigned to. , implementation_dba_data: CE.CE_CONTACT_ASSIGNMENTS ,
-
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: 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: CEBV_ECT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_ECT, object_name:CEBV_ECT, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_ECT ,
-
View: CE_CP_PAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_PAY_V, object_name:CE_CP_PAY_V, status:VALID, product: CE - Cash Management , description: Cash Positioning source for Discoverer - Payroll , implementation_dba_data: APPS.CE_CP_PAY_V ,
-
View: CEFV_ECT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_ECT, object_name:CEFV_ECT, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_ECT ,
-
View: CEFV_ECT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_ECT, object_name:CEFV_ECT, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_ECT ,
-
View: CEBV_ECT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_ECT, object_name:CEBV_ECT, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_ECT ,
-
View: CE_CP_SUB_OPEN_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_SUB_OPEN_BAL_V, object_name:CE_CP_SUB_OPEN_BAL_V, status:VALID, product: CE - Cash Management , description: Opening balances for Treasury subsidiary bank accounts , implementation_dba_data: APPS.CE_CP_SUB_OPEN_BAL_V ,
-
View: CE_CP_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_PAY_V, object_name:CE_CP_PAY_V, status:VALID, product: CE - Cash Management , description: Cash Positioning source for Discoverer - Payroll , implementation_dba_data: APPS.CE_CP_PAY_V ,
-
View: CE_CP_SUB_OPEN_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_SUB_OPEN_BAL_V, object_name:CE_CP_SUB_OPEN_BAL_V, status:VALID, product: CE - Cash Management , description: Opening balances for Treasury subsidiary bank accounts , implementation_dba_data: APPS.CE_CP_SUB_OPEN_BAL_V ,
-
View: CE_CP_OPEN_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_OPEN_BAL_V, object_name:CE_CP_OPEN_BAL_V, status:VALID, product: CE - Cash Management , description: This view shows the opening balances for bank accounts , implementation_dba_data: APPS.CE_CP_OPEN_BAL_V ,
-
View: CEFV_BANK_STATEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BANK_STATEMENTS, object_name:CEFV_BANK_STATEMENTS, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_BANK_STATEMENTS ,
-
View: CEFV_BANK_STATEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BANK_STATEMENTS, object_name:CEFV_BANK_STATEMENTS, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_BANK_STATEMENTS ,
-
View: CE_FORECAST_ROWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_ROWS_V, object_name:CE_FORECAST_ROWS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_FORECAST_ROWS_V ,
-
View: CE_CP_OPEN_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_OPEN_BAL_V, object_name:CE_CP_OPEN_BAL_V, status:VALID, product: CE - Cash Management , description: This view shows the opening balances for bank accounts , implementation_dba_data: APPS.CE_CP_OPEN_BAL_V ,
-
View: CE_FORECAST_ROWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_ROWS_V, object_name:CE_FORECAST_ROWS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_FORECAST_ROWS_V ,
-
View: CE_JE_MAPPINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_JE_MAPPINGS_V, object_name:CE_JE_MAPPINGS_V, status:VALID, product: CE - Cash Management , description: View on CE_JE_MAPPINGS to simply Forms coding , implementation_dba_data: APPS.CE_JE_MAPPINGS_V ,
-
View: CE_REVERSAL_AR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_AR_TRX_V, object_name:CE_REVERSAL_AR_TRX_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_REVERSAL_AR_TRX_V ,
-
View: CE_REVERSAL_AR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_AR_TRX_V, object_name:CE_REVERSAL_AR_TRX_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_REVERSAL_AR_TRX_V ,
-
View: CE_JE_MAPPINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_JE_MAPPINGS_V, object_name:CE_JE_MAPPINGS_V, status:VALID, product: CE - Cash Management , description: View on CE_JE_MAPPINGS to simply Forms coding , implementation_dba_data: APPS.CE_JE_MAPPINGS_V ,
-
View: CE_AP_FC_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AP_FC_PAYMENTS_V, object_name:CE_AP_FC_PAYMENTS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - AP payments , implementation_dba_data: APPS.CE_AP_FC_PAYMENTS_V ,
-
View: CE_AP_FC_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AP_FC_PAYMENTS_V, object_name:CE_AP_FC_PAYMENTS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - AP payments , implementation_dba_data: APPS.CE_AP_FC_PAYMENTS_V ,
-
View: CEBV_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_BANK_ACCOUNTS, object_name:CEBV_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: Business view , implementation_dba_data: APPS.CEBV_BANK_ACCOUNTS ,
-
View: CE_BANK_ACCT_USES_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_LE_V, object_name:CE_BANK_ACCT_USES_LE_V, status:VALID, product: CE - Cash Management , description: This view stores bank account uses information for legal entities. , implementation_dba_data: APPS.CE_BANK_ACCT_USES_LE_V ,
-
View: CEBV_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_BANK_ACCOUNTS, object_name:CEBV_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: Business view , implementation_dba_data: APPS.CEBV_BANK_ACCOUNTS ,
-
View: CEFV_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BANK_ACCOUNTS, object_name:CEFV_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: Business view , implementation_dba_data: APPS.CEFV_BANK_ACCOUNTS ,
-
View: CE_BANK_ACCT_USES_BG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_BG_V, object_name:CE_BANK_ACCT_USES_BG_V, status:VALID, product: CE - Cash Management , description: This view stores bank account uses information for business groups. , implementation_dba_data: APPS.CE_BANK_ACCT_USES_BG_V ,
-
View: CEFV_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_BANK_ACCOUNTS, object_name:CEFV_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: Business view , implementation_dba_data: APPS.CEFV_BANK_ACCOUNTS ,
-
View: CE_BANK_ACCT_USES_BG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_BG_V, object_name:CE_BANK_ACCT_USES_BG_V, status:VALID, product: CE - Cash Management , description: This view stores bank account uses information for business groups. , implementation_dba_data: APPS.CE_BANK_ACCT_USES_BG_V ,
-
View: CE_BANK_ACCT_USES_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_LE_V, object_name:CE_BANK_ACCT_USES_LE_V, status:VALID, product: CE - Cash Management , description: This view stores bank account uses information for legal entities. , implementation_dba_data: APPS.CE_BANK_ACCT_USES_LE_V ,