Search Results ce_gl_accounts_ccid
Overview
The CE_GL_ACCOUNTS_CCID table is a core data object within the Oracle E-Business Suite Cash Management (CE) module, serving as the central repository for accounting flexfield (code combination) assignments for bank accounts. Its primary role is to define the specific General Ledger accounts used for posting various cash-related transactions associated with a bank account's internal uses. This table is essential for ensuring accurate and automated accounting entries during bank statement reconciliation, payment processing, and receipt application. It acts as the critical link between the subledger transaction details in Cash Management and the corresponding accounting entries in the General Ledger (GL).
Key Information Stored
The table's structure is defined by a primary key and a series of foreign key columns linking to specific GL code combinations. The BANK_ACCT_USE_ID column is the primary key, uniquely identifying the internal use of a bank account (from CE_BANK_ACCT_USES_ALL). The remaining columns are foreign keys to GL_CODE_COMBINATIONS, each representing a distinct accounting scenario. Key columns include:
- ON_ACCOUNT_CCID: For miscellaneous receipts placed on account.
- UNAPPLIED_CCID: For unapplied receipts.
- UNIDENTIFIED_CCID: For unidentified transactions during reconciliation.
- CASH_CLEARING_CCID: The primary cash clearing account.
- BANK_CHARGES_CCID: For bank service charges.
- BANK_ERRORS_CCID: For bank errors.
- RECEIPT_CLEARING_CCID & REMITTANCE_CCID: For receipt and payment remittance.
- GAIN_CODE_COMBINATION_ID & LOSS_CODE_COMBINATION_ID: For foreign currency gain/loss.
- AP_ASSET_CCID & AR_ASSET_CCID: For asset accounts for Payables and Receivables.
Common Use Cases and Queries
This table is central to troubleshooting accounting issues and generating reports on account assignments. A common use case is verifying the GL accounts configured for a specific bank account use to diagnose posting errors. For example, to list all accounting assignments for a given bank account internal use ID, a query would join CE_GL_ACCOUNTS_CCID with GL_CODE_COMBINATIONS for the relevant CCID columns. Another critical scenario is during month-end close, where accountants may query this table to validate that all necessary clearing and suspense accounts are properly mapped before running reconciliation processes. Developers customizing cash flows or building integrations also reference this table to understand the source of posted accounting flexfields.
Related Objects
The CE_GL_ACCOUNTS_CCID table has extensive dependencies within the EBS architecture. Its primary relationship is with the CE_BANK_ACCT_USES_ALL table, via the BANK_ACCT_USE_ID foreign key, which defines the operating context of the bank account. Most importantly, it has multiple foreign key relationships to the GL_CODE_COMBINATIONS table, one for each distinct accounting scenario (e.g., ON_ACCOUNT_CCID, CASH_CLEARING_CCID). This table is directly referenced by the Cash Management application's posting engine. While not listed in the provided metadata, it is also closely related to the CE_BANK_ACCOUNTS table (through CE_BANK_ACCT_USES_ALL) and is foundational for the accounting events generated by the CE_GL_RECONCILE_PKG and related APIs.
-
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 ,
-
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 ,
-
APPS.CE_BANK_PUB dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.CE_JE_CREATION dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.AP_PMT_CALLOUT_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.CE_CEXRECRE_XMLP_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.AP_PAY_INVOICE_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.CE_CEXRECRE_XMLP_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.AP_PMT_VALIDATIONS_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.CE_BANK_PUB dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.AP_PMT_CALLOUT_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.AP_PAY_INVOICE_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.FV_SLA_UTL_PROCESSING_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.FV_SLA_UTL_PROCESSING_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on CE_GL_ACCOUNTS_CCID
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.CE_JE_CREATION dependencies on CE_GL_ACCOUNTS_CCID
12.1.1
-
APPS.CE_CSH_FCST_POP dependencies on CE_BANK_ACCT_USES_ALL
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CE_BANK_ACCT_USES_ALL
12.1.1
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
VIEW: CE.CE_GL_ACCOUNTS_CCID#
12.2.2
owner:CE, object_type:VIEW, object_name:CE_GL_ACCOUNTS_CCID#, status:VALID,
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on CE_BANK_ACCT_USES_ALL
12.1.1
-
SYNONYM: APPS.CE_GL_ACCOUNTS_CCID
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_GL_ACCOUNTS_CCID, status:VALID,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on GL_JE_LINES
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CE_BANK_ACCOUNTS
12.1.1
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on GL_JE_LINES
12.1.1
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on CE_BANK_ACCT_USES_ALL
12.2.2
-
SYNONYM: APPS.CE_GL_ACCOUNTS_CCID
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_GL_ACCOUNTS_CCID, status:VALID,
-
APPS.CE_CSH_FCST_POP dependencies on CE_BANK_ACCOUNTS
12.2.2
-
VIEW: CE.CE_GL_ACCOUNTS_CCID#
12.2.2
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on CE_BANK_ACCOUNTS
12.2.2
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on CE_BANK_ACCOUNTS
12.1.1
-
APPS.CE_JE_CREATION dependencies on CE_JE_MAPPINGS_V
12.1.1
-
APPS.CE_JE_CREATION dependencies on CE_JE_MAPPINGS_V
12.2.2
-
APPS.AP_PMT_CALLOUT_PKG dependencies on XLA_EVENTS_INT_GT
12.1.1
-
APPS.CE_CEXRECRE_XMLP_PKG dependencies on CE_BANK_ACCT_USES_OU_V
12.2.2
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on GL_JE_HEADERS
12.1.1
-
VIEW: APPS.FV_TREASURY_EXTRACT_DETAILS_V
12.1.1
-
TABLE: CE.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,
-
APPS.CE_CEXRECRE_XMLP_PKG dependencies on CE_BANK_ACCT_USES_OU_V
12.1.1
-
PACKAGE: APPS.CE_JE_CREATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CE_JE_CREATION, status:VALID,
-
PACKAGE: APPS.CE_JE_CREATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CE_JE_CREATION, status:VALID,
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.AP_PMT_CALLOUT_PKG dependencies on XLA_EVENTS_INT_GT
12.2.2
-
APPS.AP_PMT_VALIDATIONS_PKG dependencies on CE_BANK_ACCOUNTS
12.2.2
-
VIEW: APPS.AR_REMIT_BANK_ACCT_S_V
12.2.2
-
TABLE: CE.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,