Search Results ce_bank_accounts
The CE_BANK_ACCOUNTS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing bank account information within the Cash Management module. It serves as the foundation for managing bank accounts, facilitating transactions, reconciliations, and integration with other financial modules such as Accounts Payable (AP), Accounts Receivable (AR), and Treasury. Below is a detailed summary of its structure, functionality, and significance in Oracle EBS.
Table Overview
TheCE_BANK_ACCOUNTS
table stores comprehensive details about bank accounts registered in the system. Each record represents a unique bank account, whether internal (owned by the organization) or external (owned by customers, suppliers, or partners). The table is part of the CE
(Cash Management) schema and is central to financial operations, ensuring seamless integration with other Oracle modules.
Key Columns and Their Significance
- BANK_ACCOUNT_ID: Primary key, uniquely identifying each bank account record.
- BANK_ACCOUNT_NUM: Stores the actual bank account number, masked for security in some implementations.
- BANK_ACCOUNT_NAME: A user-defined name for the account, aiding in easy identification.
- CURRENCY_CODE: Specifies the account's currency, critical for multi-currency transactions.
- BANK_ID: Foreign key linking to
CE_BANKS_V
, identifying the bank where the account is held. - BRANCH_ID: Foreign key referencing
CE_BANK_BRANCHES
, specifying the bank branch. - ACCOUNT_TYPE: Classifies the account (e.g., Checking, Savings, or Credit Card).
- STATUS: Indicates whether the account is Active or Inactive.
- START_DATE and END_DATE: Define the account's operational period.
- IBAN_NUMBER: Stores International Bank Account Number (IBAN) for global transactions.
- AP_USE_ALLOWED_FLAG, AR_USE_ALLOWED_FLAG, XTR_USE_ALLOWED_FLAG: Flags controlling module-specific access (AP, AR, Treasury).
Functional Role in Oracle EBS
TheCE_BANK_ACCOUNTS
table enables:
- Bank Account Management: Centralizes account details, streamlining administration and compliance.
- Transaction Processing: Facilitates payments (AP), receipts (AR), and fund transfers (Treasury).
- Reconciliation: Integrates with
CE_STATEMENTS
for automated bank statement reconciliation. - Security: Supports masking of sensitive data (e.g., account numbers) via Oracle's Data Masking tools.
- Multi-Org Access Control (MOAC): Allows shared accounts across operating units while enforcing data security.
Integration with Other Modules
The table is referenced by:- AP_BANK_ACCOUNTS: Maps accounts for supplier payments.
- AR_CASH_RECEIPTS: Links customer receipts to bank accounts.
- XTR_BANK_ACCOUNTS: Supports treasury operations like investments and loans.
Technical Considerations
- Indexes: Optimized for queries on
BANK_ACCOUNT_ID
,BANK_ID
, andBRANCH_ID
. - Audit Trails: Changes are logged in
CE_BANK_ACCOUNTS_ALL
for compliance. - Validation: Enforces referential integrity with
CE_BANKS_V
andCE_BANK_BRANCHES
.
Conclusion
TheCE_BANK_ACCOUNTS
table is a cornerstone of Oracle EBS Cash Management, ensuring accurate bank account administration, secure transactions, and cross-module interoperability. Its design supports scalability, regulatory compliance, and operational efficiency, making it indispensable for organizations leveraging Oracle EBS 12.1.1 or 12.2.2 for financial management.
-
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_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_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_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_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.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.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_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_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_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_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_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_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_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_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_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_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 ,