Search Results ben_rptg_grp
Overview
The BEN_RPTG_GRP table is a core reference table within the Oracle E-Business Suite Advanced Benefits (BEN) module, versions 12.1.1 and 12.2.2. It serves as the master definition table for reporting groups. A reporting group is a fundamental organizational construct used to categorize and segment benefits data for administrative, compliance, and analytical purposes. Its primary role is to act as a central grouping mechanism, enabling the logical aggregation of benefits plans, populations, and related actions for streamlined reporting and processing. The integrity of this table is maintained by a primary key constraint, and its definitions are referenced by several key transactional and setup tables in the benefits ecosystem.
Key Information Stored
While the provided metadata does not list specific column details beyond the primary key, the table's structure is designed to define and describe a reporting group entity. The central column is RPTG_GRP_ID, a system-generated unique identifier serving as the primary key. Based on standard EBS table design, other typical columns would include descriptive fields such as NAME, DESCRIPTION, and EFFECTIVE_START_DATE and EFFECTIVE_END_DATE to support date-tracked definitions. It would also contain standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditability. The table's purpose is to store the discrete list of reporting groups available for assignment within the benefits configuration.
Common Use Cases and Queries
This table is primarily used in setup, reporting, and data integrity validation. Administrators define reporting groups during system implementation to align with organizational structures, such as by business unit, geographic region, or legal entity. A common operational query involves listing all active reporting groups for assignment to a benefits plan or population. For example: SELECT rptg_grp_id, name FROM ben_rptg_grp WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date ORDER BY name;. In reporting scenarios, this table is joined to transactional data to filter or categorize results, such as generating enrollment reports for a specific reporting group. It is also critical for troubleshooting data issues, where validating the existence of a RPTG_GRP_ID referenced in a child table is a standard diagnostic step.
Related Objects
The BEN_RPTG_GRP table has defined relationships with several key tables in the Advanced Benefits module, as documented by its foreign keys. The following tables reference BEN_RPTG_GRP via the RPTG_GRP_ID column, establishing it as a parent entity:
- BEN_BENEFIT_ACTIONS: Associates a benefits process or action (like an enrollment activity) with a specific reporting group.
- BEN_PL_REGN_F: Links a benefits plan (Plan) and its regional details to a reporting group. The '_F' suffix typically indicates a date-tracked (effective-dated) table.
- BEN_PL_REGY_BOD_F: Associates a plan, regulatory body, and its details with a reporting group. This is also a date-tracked table.
- BEN_POPL_RPTG_GRP_F: Assigns a benefits population (a group of participants) to a reporting group, which is crucial for segmenting reports by participant criteria.
These relationships enforce referential integrity, ensuring that any reporting group ID used in these transactional and setup tables is valid and defined in the BEN_RPTG_GRP master table.
-
Table: BEN_RPTG_GRP
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_RPTG_GRP, object_name:BEN_RPTG_GRP, status:VALID, product: BEN - Advanced Benefits , description: Reporting group. , implementation_dba_data: BEN.BEN_RPTG_GRP ,
-
Table: BEN_RPTG_GRP
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_RPTG_GRP, object_name:BEN_RPTG_GRP, status:VALID, product: BEN - Advanced Benefits , description: Reporting group. , implementation_dba_data: BEN.BEN_RPTG_GRP ,
-
APPS.BEN_ORG_DELETE dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BNR_SHD dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENBOAUD_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENDESUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENPRDEA_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_ORG_DELETE dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENDFSUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_EXT_PERSON dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENPRDEA_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENAUDIT_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PTP_BUS dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENDFSUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENERTYP_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BNR_UPD dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BNR_DEL dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_COMP_OBJECT_LIST dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BNR_BUS dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENGELOG_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_RGR_BUS dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_PLN_CACHE dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_COMP_OBJECT_LIST dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PLN_BUS dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENERRTY_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENUAAUD_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENERPER_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENERPER_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENBOSUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENDFAUD_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENUASUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_PRG_BUS dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENDFAUD_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENDESUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENLESUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PRG_BUS dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.PQH_SS_UTILITY dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_EXT_ELIG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENUASUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_PTP_BUS dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_PRB_BUS dependencies on BEN_RPTG_GRP
12.2.2
-
APPS.BEN_BENCLAUD_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_BENPRSUM_XMLP_PKG dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_RPTG_GRP
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on BEN_RPTG_GRP
12.1.1