Search Results ben_cwb_summary
Overview
The BEN_CWB_SUMMARY table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module, specifically supporting the Compensation Workbench (CWB). It functions as a summary-level repository for compensation planning data, organized by person groups. This table is critical for the annual compensation cycle, enabling managers and HR administrators to view, model, and approve salary, bonus, and equity adjustments for defined employee populations. Its role is to aggregate and persist the proposed and finalized compensation figures that are calculated and reviewed within the Compensation Workbench interface, serving as the system of record for these planning activities.
Key Information Stored
The table's primary purpose is to store summarized compensation data linked to a specific person group and planning cycle. While the full column list is not provided in the excerpt, the documented primary key, SUMMARY_ID, is the unique identifier for each summary record. Based on its function, the table typically contains columns such as: the person group identifier (e.g., GROUP_ID or PERSON_GROUP_ID), the compensation planning cycle identifier (CWB_PLAN_ID or BUDGET_ID), budget amounts (e.g., allocated, proposed, utilized), summary status, and audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The SUMMARY_ID column is the essential key for all related transactional data.
Common Use Cases and Queries
This table is central to reporting and data validation during compensation planning. Common use cases include generating summary reports of budget utilization across different departments, auditing changes to compensation plans, and extracting finalized data for integration with payroll or general ledger systems. A typical query would join BEN_CWB_SUMMARY to person group and planning cycle tables to analyze budget status.
- Retrieving all summaries for a specific planning cycle:
SELECT * FROM ben_cwb_summary WHERE cwb_plan_id = :p_plan_id; - Finding summaries by person group and status:
SELECT summary_id, group_id, status_flag, allocated_amount FROM ben_cwb_summary WHERE group_id = :p_group_id AND status_flag = 'APPROVED';
Related Objects
The primary documented relationship for BEN_CWB_SUMMARY is its primary key constraint, BEN_CWB_SUMMARY_PK, on the SUMMARY_ID column. This key is almost certainly referenced by foreign keys in related transactional detail tables within the Compensation Workbench schema, such as tables storing individual employee-line compensation proposals (e.g., BEN_CWB_PERSONAL_SCORES, BEN_CWB_DISTRIBUTIONS, or similarly named entities). These detail tables would use SUMMARY_ID to link each transaction back to its parent summary record. The table is also foundational for CWB-specific views and APIs used by the application's user interface and integration points.
-
Table: BEN_CWB_SUMMARY
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CWB_SUMMARY, object_name:BEN_CWB_SUMMARY, status:VALID, product: BEN - Advanced Benefits , description: CWB Person Group Summary , implementation_dba_data: BEN.BEN_CWB_SUMMARY ,
-
Table: BEN_CWB_SUMMARY
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CWB_SUMMARY, object_name:BEN_CWB_SUMMARY, status:VALID, product: BEN - Advanced Benefits , description: CWB Person Group Summary , implementation_dba_data: BEN.BEN_CWB_SUMMARY ,
-
APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_REFRESH_PKG dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_CWB_REFRESH_PKG dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_PERSON_GROUPS_API dependencies on BEN_CWB_SUMMARY
12.1.1
-
APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_CWB_PERSON_GROUPS_API dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_SUMMARY
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_SUMMARY_S
12.1.1
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_SUMMARY_S
12.2.2
-
VIEW: BEN.BEN_CWB_SUMMARY#
12.2.2
owner:BEN, object_type:VIEW, object_name:BEN_CWB_SUMMARY#, status:VALID,
-
APPS.BEN_CWB_CHANGE_ACCESS dependencies on BEN_CWB_PERSON_GROUPS
12.2.2
-
APPS.BEN_CWB_CHANGE_ACCESS dependencies on BEN_CWB_PERSON_GROUPS
12.1.1
-
VIEW: APPS.BENBV_CWB_SUMMARY_V
12.1.1
-
SYNONYM: APPS.BEN_CWB_SUMMARY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_CWB_SUMMARY, status:VALID,
-
APPS.BEN_CWB_SUMMARY_PKG SQL Statements
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.BEN_CWB_SUMMARY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_CWB_SUMMARY, status:VALID,
-
VIEW: APPS.BENBV_CWB_SUMMARY_V
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_GROUP_HRCHY
12.1.1
-
APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_CWB_PL_DSGN
12.2.2
-
VIEW: BEN.BEN_CWB_SUMMARY#
12.2.2
-
TRIGGER: APPS.BEN_CWB_SUMMARY_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BEN_CWB_SUMMARY_WHO, status:VALID,
-
APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_RATES
12.1.1
-
PACKAGE: APPS.BEN_CWB_SUMMARY_PKG
12.1.1
-
APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_GROUP_HRCHY
12.1.1
-
APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_RATES
12.2.2
-
APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_INFO
12.1.1
-
APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_GROUP_HRCHY
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_GROUP_HRCHY
12.2.2
-
APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_INFO
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_PERSON_GROUPS
12.2.2
-
PACKAGE: APPS.BEN_CWB_SUMMARY_PKG
12.2.2
-
PACKAGE: APPS.BEN_CWB_SUMMARY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BEN_CWB_SUMMARY_PKG, status:VALID,
-
PACKAGE: APPS.BEN_CWB_SUMMARY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:BEN_CWB_SUMMARY_PKG, status:VALID,
-
APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_CWB_PL_DSGN_PKG
12.2.2
-
APPS.BEN_CWB_SUMMARY_PKG dependencies on BEN_CWB_PERSON_GROUPS
12.1.1
-
APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_PERSON_GROUPS
12.2.2
-
APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_PERSON_GROUPS
12.1.1
-
PACKAGE BODY: APPS.BEN_CWB_BDGT_CHNG_POP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_CWB_BDGT_CHNG_POP, status:VALID,