Search Results ce_bank_acct_uses_all
Overview
The CE_BANK_ACCT_USES_ALL table is a core data object within Oracle E-Business Suite Cash Management (CE) modules, specifically in releases 12.1.1 and 12.2.2. It serves as the central repository for defining and storing the specific business purposes, or "uses," assigned to bank accounts. A single bank account defined in CE_BANK_ACCOUNTS can be associated with multiple uses in this table, enabling a single bank account to serve different operational needs across the enterprise. Its primary role is to establish the critical link between a bank account and the organizational or functional context in which it is employed, such as for payments, receipts, or payroll for a specific operating unit. This multi-use architecture is fundamental to the shared service and multi-org capabilities of Oracle EBS.
Key Information Stored
The table's primary key is BANK_ACCT_USE_ID, which uniquely identifies each account-use assignment. The most critical foreign key is BANK_ACCOUNT_ID, linking to CE_BANK_ACCOUNTS to identify the physical bank account. The ORG_ID column, referencing HR_ALL_ORGANIZATION_UNITS, ties the account use to a specific operating unit, enforcing security and data partitioning. The ORG_PARTY_ID, referencing HZ_PARTIES, provides the Trading Community Architecture (TCA) party identifier for the organization. Key functional columns include EDISC_RECEIVABLES_TRX_ID, UNEDISC_RECEIVABLES_TRX_ID, and BR_STD_RECEIVABLES_TRX_ID, which link to AR_RECEIVABLES_TRX_ALL to define the receivable transaction types for earned discount, unearned discount, and bill receivable standard transactions applicable to that account use. The table also stores configuration flags and descriptive attributes that define the nature of the use.
Common Use Cases and Queries
A primary use case is identifying all valid bank accounts for a specific business function within an operating unit, such as generating payments in Payables or processing receipts in Receivables. Technical implementations frequently query this table to validate bank account assignments during transaction processing. Common reporting needs include listing all account uses for audit purposes or reconciling system parameters. A typical SQL pattern retrieves account details for a given use:
- SELECT cbaua.bank_acct_use_id, cba.bank_account_name, cba.bank_account_num, hou.name operating_unit
- FROM ce_bank_acct_uses_all cbaua, ce_bank_accounts cba, hr_organization_units hou
- WHERE cbaua.bank_account_id = cba.bank_account_id
- AND cbaua.org_id = hou.organization_id
- AND cbaua.org_id = :p_org_id;
Another critical query involves joining to AP_SYSTEM_PARAMETERS_ALL to find the primary payables account for an operating unit, which is a common setup verification step.
Related Objects
CE_BANK_ACCT_USES_ALL has extensive integration across financial modules, as evidenced by its foreign key relationships. It is a parent table to numerous transactional and setup objects. Key child tables include AP_CHECKS_ALL and AP_HISTORY_CHECKS_ALL (for payments), AR_CASH_RECEIPTS_ALL and AR_BATCHES_ALL (for receipts), and AP_SYSTEM_PARAMETERS_ALL (for Payables system setup). It is referenced by CE_GL_ACCOUNTS_CCID for account mapping. The primary parent tables are CE_BANK_ACCOUNTS (for account master data), HR_ALL_ORGANIZATION_UNITS (for operating unit), HZ_PARTIES (for organization party), and AR_RECEIVABLES_TRX_ALL (for receivables transaction types). This wide network of relationships underscores its position as a pivotal hub in the EBS financial architecture.
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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_GL_ACCOUNTS_CCID
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_GL_ACCOUNTS_CCID, object_name:CE_GL_ACCOUNTS_CCID, status:VALID, product: CE - Cash Management , description: This table stores information about code combination ids per your bank account uses. , implementation_dba_data: CE.CE_GL_ACCOUNTS_CCID ,
-
View: CE_PAY_FC_PAYROLL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PAY_FC_PAYROLL_V, object_name:CE_PAY_FC_PAYROLL_V, status:VALID, product: CE - Cash Management , description: Forecasting source - payroll expenses , implementation_dba_data: APPS.CE_PAY_FC_PAYROLL_V ,
-
View: CE_PAY_FC_PAYROLL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PAY_FC_PAYROLL_V, object_name:CE_PAY_FC_PAYROLL_V, status:VALID, product: CE - Cash Management , description: Forecasting source - payroll expenses , implementation_dba_data: APPS.CE_PAY_FC_PAYROLL_V ,
-
Table: CE_GL_ACCOUNTS_CCID
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_GL_ACCOUNTS_CCID, object_name:CE_GL_ACCOUNTS_CCID, status:VALID, product: CE - Cash Management , description: This table stores information about code combination ids per your bank account uses. , implementation_dba_data: CE.CE_GL_ACCOUNTS_CCID ,
-
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: CE_BANK_ACCT_USES_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_GT_V, object_name:CE_BANK_ACCT_USES_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCT_USES_GT_V ,
-
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: 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_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: 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 ,
-
View: CE_BANK_ACCT_USES_GT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_GT_V, object_name:CE_BANK_ACCT_USES_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCT_USES_GT_V ,
-
View: CE_801_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_TRANSACTIONS_V, object_name:CE_801_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available Payroll payments for reconciliation , implementation_dba_data: APPS.CE_801_TRANSACTIONS_V ,
-
View: CE_BANK_ACCTS_CALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_CALC_V, object_name:CE_BANK_ACCTS_CALC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCTS_CALC_V ,
-
View: CE_INTERNAL_BANK_ACCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_INTERNAL_BANK_ACCTS_V, object_name:CE_INTERNAL_BANK_ACCTS_V, status:VALID, product: CE - Cash Management , description: Public view that shows all internal bank accounts including netting bank accounts. , implementation_dba_data: APPS.CE_INTERNAL_BANK_ACCTS_V ,
-
View: CE_801_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_TRANSACTIONS_V, object_name:CE_801_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available Payroll payments for reconciliation , implementation_dba_data: APPS.CE_801_TRANSACTIONS_V ,
-
View: CE_BANK_ACCT_USES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES, object_name:CE_BANK_ACCT_USES, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCT_USES ,
-
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_BANK_ACCTS_CALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_CALC_V, object_name:CE_BANK_ACCTS_CALC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCTS_CALC_V ,
-
View: CE_INTERNAL_BANK_ACCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_INTERNAL_BANK_ACCTS_V, object_name:CE_INTERNAL_BANK_ACCTS_V, status:VALID, product: CE - Cash Management , description: Public view that shows all internal bank accounts including netting bank accounts. , implementation_dba_data: APPS.CE_INTERNAL_BANK_ACCTS_V ,
-
View: CE_BANK_ACCT_USES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES, object_name:CE_BANK_ACCT_USES, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCT_USES ,
-
View: CE_BANK_ACCTS_SEARCH_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_SEARCH_GT_V, object_name:CE_BANK_ACCTS_SEARCH_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCTS_SEARCH_GT_V ,
-
View: CE_BANK_ACCTS_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_GT_V, object_name:CE_BANK_ACCTS_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCTS_GT_V ,
-
View: CE_BANK_ACCTS_GT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_GT_V, object_name:CE_BANK_ACCTS_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCTS_GT_V ,
-
View: CE_BANK_ACCTS_SEARCH_GT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_SEARCH_GT_V, object_name:CE_BANK_ACCTS_SEARCH_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_ACCTS_SEARCH_GT_V ,
-
View: CE_222_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_BATCHES_V, object_name:CE_222_BATCHES_V, status:VALID, product: CE - Cash Management , description: Available AR remittance batches for reconciliation , implementation_dba_data: APPS.CE_222_BATCHES_V ,
-
View: CE_222_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_BATCHES_V, object_name:CE_222_BATCHES_V, status:VALID, product: CE - Cash Management , description: Available AR remittance batches for reconciliation , implementation_dba_data: APPS.CE_222_BATCHES_V ,
-
View: CE_222_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_TRANSACTIONS_V, object_name:CE_222_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available AR receipts for reconciliation or clearing , implementation_dba_data: APPS.CE_222_TRANSACTIONS_V ,
-
View: CE_222_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_TRANSACTIONS_V, object_name:CE_222_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available AR receipts for reconciliation or clearing , implementation_dba_data: APPS.CE_222_TRANSACTIONS_V ,
-
View: CE_101_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_TRANSACTIONS_V, object_name:CE_101_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available GL journals for reconciliation , implementation_dba_data: APPS.CE_101_TRANSACTIONS_V ,
-
View: CE_101_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_TRANSACTIONS_V, object_name:CE_101_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available GL journals for reconciliation , implementation_dba_data: APPS.CE_101_TRANSACTIONS_V ,
-
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_801_EFT_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_EFT_TRANSACTIONS_V, object_name:CE_801_EFT_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_801_EFT_TRANSACTIONS_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_801_EFT_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_EFT_TRANSACTIONS_V, object_name:CE_801_EFT_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_801_EFT_TRANSACTIONS_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_185_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_185_TRANSACTIONS_V, object_name:CE_185_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available Treasury transactions for reconciliation via Open Interface , implementation_dba_data: APPS.CE_185_TRANSACTIONS_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_185_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_185_TRANSACTIONS_V, object_name:CE_185_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available Treasury transactions for reconciliation via Open Interface , implementation_dba_data: APPS.CE_185_TRANSACTIONS_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_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_999_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_999_TRANSACTIONS_V, object_name:CE_999_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reconciliation via Open Interface , implementation_dba_data: APPS.CE_999_TRANSACTIONS_V ,