Search Results ce_cashpools
Overview
The CE_CASHPOOLS table is a core data structure within the Oracle E-Business Suite (EBS) Cash Management (CE) module, specifically for releases 12.1.1 and 12.2.2. It functions as the primary repository for header-level information defining a cash pool. A cash pool is a logical grouping of bank accounts used to optimize liquidity management, enabling centralized cash visibility and facilitating automated fund transfers, such as sweeping or leveling, between a concentration account and its subordinate member accounts. The table's role is foundational; it stores the master definition of each cash pool, which is then referenced by numerous other transactional and setup tables within Cash Management and related modules like Treasury (XTR).
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as CASHPOOL_ID, a unique system-generated identifier for each cash pool. Based on its role as a header table, it typically stores descriptive and control attributes for the pool. Common columns in such a structure include the cash pool name, description, status (e.g., Active, Inactive), the identifier for the primary concentration account, pooling method (e.g., physical sweeping, notional pooling), effective dates, and various control flags governing the pool's behavior for automated cash positioning and forecasting processes. The CASHPOOL_ID column is the critical foreign key link to all related subordinate tables.
Common Use Cases and Queries
This table is central to any process involving cash pool configuration, inquiry, or reporting. Implementation consultants use it to validate setup, while business users and custom reports query it to list active pools. A typical use case is generating a master list of all configured cash pools for audit or analysis purposes. A common SQL pattern involves joining CE_CASHPOOLS to related tables to get a comprehensive view. For example, to list all cash pools with their associated concentration accounts, one might query:
- SELECT cp.CASHPOOL_ID, cp.NAME, baba.BANK_ACCOUNT_NAME
- FROM CE_CASHPOOLS cp, CE_BANK_ACCOUNTS baba
- WHERE cp.CONCENTRATION_ACCOUNT_ID = baba.BANK_ACCOUNT_ID
- AND cp.STATUS = 'ACTIVE';
Another critical use case is troubleshooting the cash positioning engine, where the pool definitions in CE_CASHPOOLS are examined to understand the hierarchy and rules driving proposed fund transfers.
Related Objects
The CE_CASHPOOLS table has extensive relationships within the EBS schema, as indicated by its foreign keys. Key dependent tables include:
- CE_CASHPOOL_SUB_ACCTS: Stores the member/subordinate accounts assigned to each cash pool, linked via CASHPOOL_ID.
- CE_PROPOSED_TRANSFERS: Holds transfer transactions generated by the cash positioning engine for a specific pool.
- CE_LEVELING_MESSAGES: Contains log or message details related to the cash leveling process for the pool.
- XTR_BANK_ACCOUNTS & XTR_CASHPOOL_ATTRIBUTES: Treasury (XTR) module tables that extend cash pool information for advanced treasury operations.
These relationships underscore that CE_CASHPOOLS is the authoritative source for cash pool definitions, integrated with both operational cash management and strategic treasury functions.
-
Table: CE_CASHPOOLS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CASHPOOLS, object_name:CE_CASHPOOLS, status:VALID, product: CE - Cash Management , description: This table stores header information about the cash pool , implementation_dba_data: CE.CE_CASHPOOLS ,
-
Table: CE_CASHPOOLS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CASHPOOLS, object_name:CE_CASHPOOLS, status:VALID, product: CE - Cash Management , description: This table stores header information about the cash pool , implementation_dba_data: CE.CE_CASHPOOLS ,
-
APPS.XTR_NOTIONAL_BANK_ACCOUNTS dependencies on CE_CASHPOOLS
12.2.2
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on CE_CASHPOOLS
12.1.1
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on CE_CASHPOOLS
12.1.1
-
APPS.CE_LEVELING_UTILS dependencies on CE_CASHPOOLS
12.2.2
-
APPS.CE_BAT_API dependencies on CE_CASHPOOLS
12.1.1
-
APPS.XTR_NOTIONAL_BANK_ACCOUNTS dependencies on CE_CASHPOOLS
12.1.1
-
APPS.XTR_WRAPPER_API_P dependencies on CE_CASHPOOLS
12.1.1
-
APPS.CE_LEVELING_UTILS dependencies on CE_CASHPOOLS
12.1.1
-
APPS.CE_BAT_API dependencies on CE_CASHPOOLS
12.2.2
-
APPS.CE_ZBA_DEAL_GENERATION dependencies on CE_CASHPOOLS
12.2.2
-
APPS.XTR_WRAPPER_API_P dependencies on CE_CASHPOOLS
12.2.2
-
APPS.XTR_NOTIONAL_BANK_ACCOUNTS dependencies on CE_CASHPOOLS
12.1.1
-
APPS.XTR_REPLICATE_BANK_BALANCES dependencies on CE_CASHPOOLS
12.1.1
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on CE_CASHPOOLS
12.2.2
-
APPS.XTR_REPLICATE_BANK_BALANCES dependencies on CE_CASHPOOLS
12.2.2
-
APPS.XTR_NOTIONAL_BANK_ACCOUNTS dependencies on CE_CASHPOOLS
12.2.2
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on CE_CASHPOOLS
12.2.2
-
APPS.CE_LEVELING_UTILS SQL Statements
12.2.2
-
APPS.CE_LEVELING_UTILS SQL Statements
12.1.1
-
APPS.CE_LEVELING_UTILS dependencies on CE_TRXNS_SUBTYPE_CODES
12.1.1
-
APPS.CE_LEVELING_UTILS dependencies on CE_TRXNS_SUBTYPE_CODES
12.2.2
-
VIEW: CE.CE_CASHPOOLS#
12.2.2
owner:CE, object_type:VIEW, object_name:CE_CASHPOOLS#, status:VALID,
-
SYNONYM: APPS.CE_CASHPOOLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_CASHPOOLS, status:VALID,
-
VIEW: CE.CE_CASHPOOLS#
12.2.2
-
SYNONYM: APPS.CE_CASHPOOLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_CASHPOOLS, status:VALID,
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on CE_CASHPOOL_SUB_ACCTS
12.1.1
-
APPS.CE_LEVELING_UTILS dependencies on CE_CASHPOOL_SUB_ACCTS
12.2.2
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on CE_CASHPOOL_SUB_ACCTS
12.2.2
-
Table: CE_LEVELING_MESSAGES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_LEVELING_MESSAGES, object_name:CE_LEVELING_MESSAGES, status:VALID, product: CE - Cash Management , description: This tables stores the errors generated as a result of the cash leveling process as well as the information about the deals generated as a result of the cash leveling process , implementation_dba_data: CE.CE_LEVELING_MESSAGES ,
-
Table: XTR_CASHPOOL_ATTRIBUTES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_CASHPOOL_ATTRIBUTES, object_name:XTR_CASHPOOL_ATTRIBUTES, status:VALID, product: XTR - Treasury , description: This table stores information related to Treasury Cashpool Deal Attributes Setup. , implementation_dba_data: XTR.XTR_CASHPOOL_ATTRIBUTES ,
-
PACKAGE BODY: APPS.XTR_NOTIONAL_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_NOTIONAL_BANK_ACCOUNTS, status:VALID,
-
APPS.CE_LEVELING_UTILS dependencies on CE_CP_WORKSHEET_LINES
12.2.2
-
APPS.CE_LEVELING_UTILS dependencies on CE_CP_WORKSHEET_LINES
12.1.1
-
Table: CE_CE_CASHPOOLS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CE_CASHPOOLS, object_name:CE_CE_CASHPOOLS, status:VALID, product: CE - Cash Management , description: This table is a backup of the ce_cashpools table before the bank account foreign key upgrade. , implementation_dba_data: CE.CE_CE_CASHPOOLS ,
-
PACKAGE BODY: APPS.XTR_NOTIONAL_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_NOTIONAL_BANK_ACCOUNTS, status:VALID,
-
View: CE_CP_WS_BA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_WS_BA_V, object_name:CE_CP_WS_BA_V, status:VALID, product: CE - Cash Management , description: Bank account list based on Cash Position worksheets , implementation_dba_data: APPS.CE_CP_WS_BA_V ,
-
TABLE: CE.CE_CASHPOOLS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CASHPOOLS, object_name:CE_CASHPOOLS, status:VALID,
-
APPS.CE_LEVELING_UTILS dependencies on CE_BANK_ACCOUNTS
12.2.2
-
TABLE: CE.CE_CASHPOOLS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CASHPOOLS, object_name:CE_CASHPOOLS, status:VALID,
-
APPS.CE_LEVELING_UTILS dependencies on CE_CASHPOOL_SUB_ACCTS
12.1.1
-
VIEW: APPS.CE_CP_WS_BA_V
12.2.2
-
VIEW: APPS.CE_CP_WS_BA_V
12.1.1
-
PACKAGE: APPS.XTR_NOTIONAL_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XTR_NOTIONAL_BANK_ACCOUNTS, status:VALID,
-
Table: CE_CE_CASHPOOLS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CE_CASHPOOLS, object_name:CE_CE_CASHPOOLS, status:VALID, product: CE - Cash Management , description: This table is a backup of the ce_cashpools table before the bank account foreign key upgrade. , implementation_dba_data: CE.CE_CE_CASHPOOLS ,
-
APPS.CE_LEVELING_UTILS dependencies on CE_ZBA_DEAL_INF_PKG
12.1.1
-
Table: CE_CASHPOOL_SUB_ACCTS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CASHPOOL_SUB_ACCTS, object_name:CE_CASHPOOL_SUB_ACCTS, status:VALID, product: CE - Cash Management , description: This table stores cash pool sub account information , implementation_dba_data: CE.CE_CASHPOOL_SUB_ACCTS ,
-
Table: CE_CASHPOOL_SUB_ACCTS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CASHPOOL_SUB_ACCTS, object_name:CE_CASHPOOL_SUB_ACCTS, status:VALID, product: CE - Cash Management , description: This table stores cash pool sub account information , implementation_dba_data: CE.CE_CASHPOOL_SUB_ACCTS ,
-
PACKAGE: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XTR_ACCOUNT_BAL_MAINT_P, status:VALID,