Search Results ce_bank_acct_uses_all
The CE_BANK_ACCT_USES_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Cash Management module, serving as a junction table that establishes relationships between bank accounts (CE_BANK_ACCOUNTS
) and their associated internal or external entities. This table plays a pivotal role in defining how bank accounts are utilized across various Oracle applications, such as Payables, Receivables, Payroll, and Treasury. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
The CE_BANK_ACCT_USES_ALL
table contains the following key columns:
- BANK_ACCT_USE_ID: Primary key identifier for each bank account usage record.
- BANK_ACCOUNT_ID: Foreign key referencing
CE_BANK_ACCOUNTS
, linking to the bank account details. - ORG_ID: Organization identifier, supporting multi-org functionality.
- ORG_TYPE: Specifies the entity type (e.g., 'OPERATING_UNIT', 'LEGAL_ENTITY') using the account.
- PRIMARY_FLAG: Indicates whether the account is the primary account for the entity.
- AP_USE_ALLOWED_FLAG, AR_USE_ALLOWED_FLAG, XTR_USE_ALLOWED_FLAG: Flags controlling usage in Payables, Receivables, and Treasury, respectively.
- START_DATE and END_DATE: Define the active period for the account usage.
Functional Role
This table acts as a bridge between bank accounts and organizational units, enabling:
- Multi-Org Configuration: Allows a single bank account to be shared across multiple operating units or legal entities while maintaining segregation.
- Application-Specific Access Control: Determines which modules (AP, AR, Payroll) can transact using the account via the
_USE_ALLOWED_FLAG
columns. - Temporal Validity: The
START_DATE
andEND_DATE
columns support phased account transitions or temporary assignments.
Integration with Other Modules
The CE_BANK_ACCT_USES_ALL
table integrates with:
- Payables (AP): Defines payment/disbursement accounts via
AP_USE_ALLOWED_FLAG
. - Receivables (AR): Controls deposit accounts for receipts using
AR_USE_ALLOWED_FLAG
. - Treasury (XTR): Enables treasury operations when
XTR_USE_ALLOWED_FLAG
is set. - Payroll: Though not directly flagged, payroll accounts are often linked via
ORG_TYPE
assignments.
Technical Considerations
- Multi-Org Access Control (MOAC): Queries must include
ORG_ID
filters to adhere to data security policies. - Indexing: Key indexes include
BANK_ACCOUNT_ID
,ORG_ID
, andBANK_ACCT_USE_ID
for performance optimization. - Audit Trail: Changes to account usage are often logged in
CE_BANK_ACCT_USES_ALL
for compliance.
Common Use Cases
- Account Assignment: Linking a new bank account to an operating unit during implementation.
- Module Enablement: Configuring an account for use in AP but not AR.
- Date-Range Restrictions: Temporarily disabling an account for maintenance by setting
END_DATE
.
Conclusion
The CE_BANK_ACCT_USES_ALL
table is a foundational element in Oracle EBS Cash Management, providing granular control over bank account utilization across modules and organizations. Its design ensures flexibility, security, and auditability, making it indispensable for financial configurations in multi-org environments. Proper understanding of this table is essential for implementations, upgrades, and troubleshooting in EBS 12.1.1 and 12.2.2.
-
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 ,
-
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_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 ,
-
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_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_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_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_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_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_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_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_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_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_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_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_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_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.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_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_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_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_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_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_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_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_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_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_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_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 ,