Search Results ben_pil_elctbl_chc_popl
Overview
The BEN_PIL_ELCTBL_CHC_POPL table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module for versions 12.1.1 and 12.2.2. It serves as a master repository for defining the specific electable choices available to a person for a benefit program or plan as a direct result of a qualifying life event. The table's role is central to the enrollment engine, acting as a bridge between a person's life event record, the enrollment period, and the subsequent eligibility and election processes. It stores the universe of possible choices that become available for election during a life event, forming the foundational data set from which a person's actual elections are later recorded.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign keys define its critical structure and relationships. The primary identifier, PIL_ELCTBL_CHC_POPL_ID, uniquely defines each electable choice population record. The table links to two essential master entities via foreign keys: ENRT_PERD_ID references the BEN_ENRT_PERD table to associate the choice with a specific enrollment period, and PER_IN_LER_ID references the BEN_PER_IN_LER table to tie the choice to a specific person-in-life-event record. Other columns typically found in this table would store details about the associated benefit program, plan, option, and the effective dates governing the validity of the electable choice.
Common Use Cases and Queries
This table is primarily accessed during enrollment workflows and for auditing or reporting on election availability. A common operational use case is querying all electable choices presented to an employee during a specific life event to validate system configuration. For reporting, analysts may join this table to person and plan details to generate a catalog of benefits offered during an open enrollment period. A typical SQL pattern retrieves available choices for a given person and life event:
- SELECT * FROM BEN_PIL_ELCTBL_CHC_POPL popl
- WHERE popl.PER_IN_LER_ID = (SELECT PER_IN_LER_ID FROM BEN_PER_IN_LER WHERE PERSON_ID = 1234 AND LER_ID = 567);
Another critical query involves joining to the BEN_ELIG_PER_ELCTBL_CHC table to analyze the linkage between available choices and a person's determined eligibility for each.
Related Objects
The BEN_PIL_ELCTBL_CHC_POPL table sits at a crucial junction in the Benefits data model, with documented relationships to key transactional and master tables.
- Referenced Master Tables (Foreign Keys from BEN_PIL_ELCTBL_CHC_POPL):
- BEN_ENRT_PERD: Joined via ENRT_PERD_ID. This links the electable choice to its governing enrollment timeframe.
- BEN_PER_IN_LER: Joined via PER_IN_LER_ID. This connects the choice to the specific instance of a person experiencing a life event.
- Referencing Table (Foreign Key to BEN_PIL_ELCTBL_CHC_POPL):
- BEN_ELIG_PER_ELCTBL_CHC: This table references PIL_ELCTBL_CHC_POPL_ID. It stores the eligibility results for a person against each specific electable choice population record, making it a direct child table.
-
Table: BEN_PIL_ELCTBL_CHC_POPL
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PIL_ELCTBL_CHC_POPL, object_name:BEN_PIL_ELCTBL_CHC_POPL, status:VALID, product: BEN - Advanced Benefits , description: The electable choice a person may have for a program or plan due to a life event. , implementation_dba_data: BEN.BEN_PIL_ELCTBL_CHC_POPL ,
-
Table: BEN_PIL_ELCTBL_CHC_POPL
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PIL_ELCTBL_CHC_POPL, object_name:BEN_PIL_ELCTBL_CHC_POPL, status:VALID, product: BEN - Advanced Benefits , description: The electable choice a person may have for a program or plan due to a life event. , implementation_dba_data: BEN.BEN_PIL_ELCTBL_CHC_POPL ,
-
View: BEN_CWB_REPT_COMP_COMPARISON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REPT_COMP_COMPARISON_V, object_name:BEN_CWB_REPT_COMP_COMPARISON_V, status:VALID, product: BEN - Advanced Benefits , description: Compensation Report Comparison. , implementation_dba_data: APPS.BEN_CWB_REPT_COMP_COMPARISON_V ,
-
View: BEN_CWB_REPT_COMP_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REPT_COMP_COMPARISON_V, object_name:BEN_CWB_REPT_COMP_COMPARISON_V, status:VALID, product: BEN - Advanced Benefits , description: Compensation Report Comparison. , implementation_dba_data: APPS.BEN_CWB_REPT_COMP_COMPARISON_V ,
-
Table: BEN_ENRT_PERD
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PERD, object_name:BEN_ENRT_PERD, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Period , implementation_dba_data: BEN.BEN_ENRT_PERD ,
-
Table: BEN_ELIG_PER_ELCTBL_CHC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_ELCTBL_CHC, object_name:BEN_ELIG_PER_ELCTBL_CHC, status:VALID, product: BEN - Advanced Benefits , description: Choices that partipant may elect. , implementation_dba_data: BEN.BEN_ELIG_PER_ELCTBL_CHC ,
-
Table: BEN_ENRT_PERD
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PERD, object_name:BEN_ENRT_PERD, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Period , implementation_dba_data: BEN.BEN_ENRT_PERD ,
-
Table: BEN_ELIG_PER_ELCTBL_CHC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_ELCTBL_CHC, object_name:BEN_ELIG_PER_ELCTBL_CHC, status:VALID, product: BEN - Advanced Benefits , description: Choices that partipant may elect. , implementation_dba_data: BEN.BEN_ELIG_PER_ELCTBL_CHC ,
-
View: BEN_CWB_REPT_STOCK_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REPT_STOCK_DETAIL_V, object_name:BEN_CWB_REPT_STOCK_DETAIL_V, status:VALID, product: BEN - Advanced Benefits , description: Stock Detail Report. , implementation_dba_data: APPS.BEN_CWB_REPT_STOCK_DETAIL_V ,
-
Table: BEN_PER_IN_LER
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PER_IN_LER, object_name:BEN_PER_IN_LER, status:VALID, product: BEN - Advanced Benefits , description: Person having a life event. , implementation_dba_data: BEN.BEN_PER_IN_LER ,
-
View: BEN_CWB_REPT_STOCK_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REPT_STOCK_DETAIL_V, object_name:BEN_CWB_REPT_STOCK_DETAIL_V, status:VALID, product: BEN - Advanced Benefits , description: Stock Detail Report. , implementation_dba_data: APPS.BEN_CWB_REPT_STOCK_DETAIL_V ,
-
View: BEN_FLX_ENRT_UOM_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_UOM_INFO_V, object_name:BEN_FLX_ENRT_UOM_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_UOM_INFO_V ,
-
Table: BEN_PER_IN_LER
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PER_IN_LER, object_name:BEN_PER_IN_LER, status:VALID, product: BEN - Advanced Benefits , description: Person having a life event. , implementation_dba_data: BEN.BEN_PER_IN_LER ,
-
View: BEN_FLX_ENRT_UOM_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_UOM_INFO_V, object_name:BEN_FLX_ENRT_UOM_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_UOM_INFO_V ,
-
View: BEN_CWB_STOCK_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_STOCK_PERIOD_LOV_V, object_name:BEN_CWB_STOCK_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_STOCK_PERIOD_LOV_V ,
-
View: BEN_CWB_BONUS_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_BONUS_PERIOD_LOV_V, object_name:BEN_CWB_BONUS_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_BONUS_PERIOD_LOV_V ,
-
View: BEN_CWB_STOCK_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_STOCK_PERIOD_LOV_V, object_name:BEN_CWB_STOCK_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_STOCK_PERIOD_LOV_V ,
-
View: BEN_CWB_SALARY_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_SALARY_PERIOD_LOV_V, object_name:BEN_CWB_SALARY_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_SALARY_PERIOD_LOV_V ,
-
View: BEN_FLX_ENRT_PGM_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_PGM_INFO_V, object_name:BEN_FLX_ENRT_PGM_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_PGM_INFO_V ,
-
View: BEN_CWB_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PERIOD_LOV_V, object_name:BEN_CWB_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_PERIOD_LOV_V ,
-
View: BEN_CWB_SALARY_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_SALARY_PERIOD_LOV_V, object_name:BEN_CWB_SALARY_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_SALARY_PERIOD_LOV_V ,
-
View: BEN_CWB_PERIOD_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PERIOD_LOV_V, object_name:BEN_CWB_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_PERIOD_LOV_V ,
-
View: BEN_FLX_ENRT_PGM_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_PGM_INFO_V, object_name:BEN_FLX_ENRT_PGM_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_PGM_INFO_V ,
-
View: BEN_CWB_BONUS_PERIOD_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_BONUS_PERIOD_LOV_V, object_name:BEN_CWB_BONUS_PERIOD_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_BONUS_PERIOD_LOV_V ,
-
View: BEN_ENRT_RSLT_ELIG_CHC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_ELIG_CHC_V, object_name:BEN_ENRT_RSLT_ELIG_CHC_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_RSLT_ELIG_CHC_V ,
-
View: BEN_CWB_EQUITY_EDGE_OPT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_EQUITY_EDGE_OPT_INFO_V, object_name:BEN_CWB_EQUITY_EDGE_OPT_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: Stock Option Information. , implementation_dba_data: APPS.BEN_CWB_EQUITY_EDGE_OPT_INFO_V ,
-
View: BEN_CWB_EQUITY_EDGE_OPT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_EQUITY_EDGE_OPT_INFO_V, object_name:BEN_CWB_EQUITY_EDGE_OPT_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: Stock Option Information. , implementation_dba_data: APPS.BEN_CWB_EQUITY_EDGE_OPT_INFO_V ,
-
View: BEN_ENRT_RSLT_ELIG_CHC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_ELIG_CHC_V, object_name:BEN_ENRT_RSLT_ELIG_CHC_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_RSLT_ELIG_CHC_V ,
-
View: BEN_CWB_REP_TOTAL_COMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REP_TOTAL_COMP_V, object_name:BEN_CWB_REP_TOTAL_COMP_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_REP_TOTAL_COMP_V ,
-
View: BEN_CWB_REP_TOTAL_COMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_REP_TOTAL_COMP_V, object_name:BEN_CWB_REP_TOTAL_COMP_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_REP_TOTAL_COMP_V ,
-
View: BENBV_PIL_ELCTBL_CHC_POPL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PIL_ELCTBL_CHC_POPL_V, object_name:BENBV_PIL_ELCTBL_CHC_POPL_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the persons and the programs or plans not in program for which they have electable choices as a result of a life event. , implementation_dba_data: APPS.BENBV_PIL_ELCTBL_CHC_POPL_V ,
-
View: BENBV_PIL_ELCTBL_CHC_POPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PIL_ELCTBL_CHC_POPL_V, object_name:BENBV_PIL_ELCTBL_CHC_POPL_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the persons and the programs or plans not in program for which they have electable choices as a result of a life event. , implementation_dba_data: APPS.BENBV_PIL_ELCTBL_CHC_POPL_V ,
-
View: BEN_CWB_EQUITY_EDGE_ACT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_EQUITY_EDGE_ACT_INFO_V, object_name:BEN_CWB_EQUITY_EDGE_ACT_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: Stock Account information. , implementation_dba_data: APPS.BEN_CWB_EQUITY_EDGE_ACT_INFO_V ,
-
View: BEN_CWB_EQUITY_EDGE_ACT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_EQUITY_EDGE_ACT_INFO_V, object_name:BEN_CWB_EQUITY_EDGE_ACT_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: Stock Account information. , implementation_dba_data: APPS.BEN_CWB_EQUITY_EDGE_ACT_INFO_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_V, object_name:BEN_ENRT_MISC_LOV_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_V, object_name:BEN_ENRT_MISC_LOV_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_LE_V, object_name:BEN_ENRT_MISC_LOV_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , description: LOV for BENEMSEB , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_LE_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_LE_V, object_name:BEN_ENRT_MISC_LOV_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , description: LOV for BENEMSEB , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_LE_V ,
-
View: BEN_ENRT_RSLT_CHC_MISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_CHC_MISC_V, object_name:BEN_ENRT_RSLT_CHC_MISC_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_RSLT_CHC_MISC_V ,
-
View: BEN_ENRT_RSLT_CHC_MISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_CHC_MISC_V, object_name:BEN_ENRT_RSLT_CHC_MISC_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_RSLT_CHC_MISC_V ,
-
View: BEN_ENRT_RSLTS_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLTS_INFO_V, object_name:BEN_ENRT_RSLTS_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_RSLTS_INFO_V ,
-
View: BEN_RSLT_CHC_ENRT_RT_RT_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_RSLT_CHC_ENRT_RT_RT_VAL_V, object_name:BEN_RSLT_CHC_ENRT_RT_RT_VAL_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.BEN_RSLT_CHC_ENRT_RT_RT_VAL_V ,
-
View: BEN_ENRT_RSLTS_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLTS_INFO_V, object_name:BEN_ENRT_RSLTS_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_RSLTS_INFO_V ,
-
View: BEN_RSLT_CHC_ENRT_RT_RT_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_RSLT_CHC_ENRT_RT_RT_VAL_V, object_name:BEN_RSLT_CHC_ENRT_RT_RT_VAL_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.BEN_RSLT_CHC_ENRT_RT_RT_VAL_V ,