Search Results ben_elig_per_elctbl_chc
Overview
The BEN_ELIG_PER_ELCTBL_CHC table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module, versions 12.1.1 and 12.2.2. It serves as the transactional repository for recording the specific benefit choices an eligible participant (employee or other person) elects during an enrollment event. The table's role is to persist the final, validated selections made by a participant from the available electable choices defined in the system, forming a critical link between eligibility determination and the actual enrollment results. It is the central record of a participant's election, upon which subsequent coverage, rates, and premiums are calculated.
Key Information Stored
The table's primary purpose is to track a participant's elected choice. Its structure is defined by key identifier columns that establish relationships to other critical benefit entities. The primary key is ELIG_PER_ELCTBL_CHC_ID, a unique system-generated identifier for each election record. Fundamental foreign keys include PER_IN_LER_ID, which links the election to the specific participant's life event record (BEN_PER_IN_LER), and YR_PERD_ID, which ties it to the enrollment period (BEN_YR_PERD). The PIL_ELCTBL_CHC_POPL_ID column references the specific population of electable choices (BEN_PIL_ELCTBL_CHC_POPL) from which this election was made. The table also supports interim or draft elections through the INTERIM_ELIG_PER_ELCTBL_CHC_ID column, which can recursively point to another record within the same table.
Common Use Cases and Queries
This table is central to post-enrollment reporting and audit processes. Common use cases include generating summary reports of elections by benefit plan, validating elections against business rules, and troubleshooting enrollment issues. A typical query would join this table to participant and plan information to list all elections for a given enrollment period. For example:
- Identifying all elections for a participant in a specific period:
SELECT * FROM BEN_ELIG_PER_ELCTBL_CHC chc, BEN_PER_IN_LER ler WHERE chc.PER_IN_LER_ID = ler.PER_IN_LER_ID AND ler.PERSON_ID = <person_id> AND chc.YR_PERD_ID = <period_id>; - Auditing the linkage from election to final enrolled benefits:
SELECT chc.ELIG_PER_ELCTBL_CHC_ID, bnft.ENRT_BNFT_ID FROM BEN_ELIG_PER_ELCTBL_CHC chc JOIN BEN_ENRT_BNFT bnft ON bnft.ELIG_PER_ELCTBL_CHC_ID = chc.ELIG_PER_ELCTBL_CHC_ID;
Related Objects
The BEN_ELIG_PER_ELCTBL_CHC table is a central hub with extensive foreign key relationships, as documented in the ETRM. Key parent tables it references include BEN_PER_IN_LER (via PER_IN_LER_ID), BEN_YR_PERD (via YR_PERD_ID), and BEN_PIL_ELCTBL_CHC_POPL (via PIL_ELCTBL_CHC_POPL_ID). Crucially, it is the parent table for numerous child objects that store derived enrollment data, including:
- BEN_ENRT_BNFT: Stores the final enrolled benefits, joined on ELIG_PER_ELCTBL_CHC_ID.
- BEN_ENRT_RT: Stores enrollment rates, joined on ELIG_PER_ELCTBL_CHC_ID.
- BEN_ENRT_PREM: Stores enrollment premiums, joined on ELIG_PER_ELCTBL_CHC_ID.
- BEN_ELIG_CVRD_DPNT_F and BEN_ELIG_DPNT: Store records for eligible covered dependents, joined on ELIG_PER_ELCTBL_CHC_ID.
- BEN_ELCTBL_CHC_CTFN: Stores certifications related to the elected choice, joined on ELIG_PER_ELCTBL_CHC_ID.
-
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 ,
-
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 ,
-
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 ,
-
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_WS_MGR_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_WS_MGR_LOV_V, object_name:BEN_CWB_WS_MGR_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_WS_MGR_LOV_V ,
-
View: BEN_CWB_WS_MGR_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_WS_MGR_LOV_V, object_name:BEN_CWB_WS_MGR_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_WS_MGR_LOV_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 ,
-
Table: BEN_ELIG_CVRD_DPNT_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_CVRD_DPNT_F, object_name:BEN_ELIG_CVRD_DPNT_F, status:VALID, product: BEN - Advanced Benefits , description: Eligible covered dependent. , implementation_dba_data: BEN.BEN_ELIG_CVRD_DPNT_F ,
-
Table: BEN_ENRT_BNFT
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_BNFT, object_name:BEN_ENRT_BNFT, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Benefit. , implementation_dba_data: BEN.BEN_ENRT_BNFT ,
-
Table: BEN_ELCTBL_CHC_CTFN
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELCTBL_CHC_CTFN, object_name:BEN_ELCTBL_CHC_CTFN, status:VALID, product: BEN - Advanced Benefits , description: Certifications needed for an electable choice. , implementation_dba_data: BEN.BEN_ELCTBL_CHC_CTFN ,
-
Table: BEN_ENRT_RT
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_RT, object_name:BEN_ENRT_RT, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Rate. , implementation_dba_data: BEN.BEN_ENRT_RT ,
-
Table: BEN_ENRT_RT
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_RT, object_name:BEN_ENRT_RT, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Rate. , implementation_dba_data: BEN.BEN_ENRT_RT ,
-
Table: BEN_ENRT_BNFT
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_BNFT, object_name:BEN_ENRT_BNFT, status:VALID, product: BEN - Advanced Benefits , description: Enrollment Benefit. , implementation_dba_data: BEN.BEN_ENRT_BNFT ,
-
Table: BEN_ENRT_PREM
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PREM, object_name:BEN_ENRT_PREM, status:VALID, product: BEN - Advanced Benefits , description: Enrollment premium. , implementation_dba_data: BEN.BEN_ENRT_PREM ,
-
Table: BEN_ELIG_DPNT
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_DPNT, object_name:BEN_ELIG_DPNT, status:VALID, product: BEN - Advanced Benefits , description: Eligible dependent. , implementation_dba_data: BEN.BEN_ELIG_DPNT ,
-
Table: BEN_ELIG_CVRD_DPNT_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_CVRD_DPNT_F, object_name:BEN_ELIG_CVRD_DPNT_F, status:VALID, product: BEN - Advanced Benefits , description: Eligible covered dependent. , implementation_dba_data: BEN.BEN_ELIG_CVRD_DPNT_F ,
-
Table: BEN_YR_PERD
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_YR_PERD, object_name:BEN_YR_PERD, status:VALID, product: BEN - Advanced Benefits , description: Start and End periods. , implementation_dba_data: BEN.BEN_YR_PERD ,
-
Table: BEN_ELCTBL_CHC_CTFN
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELCTBL_CHC_CTFN, object_name:BEN_ELCTBL_CHC_CTFN, status:VALID, product: BEN - Advanced Benefits , description: Certifications needed for an electable choice. , implementation_dba_data: BEN.BEN_ELCTBL_CHC_CTFN ,
-
Table: BEN_ELIG_DPNT
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_DPNT, object_name:BEN_ELIG_DPNT, status:VALID, product: BEN - Advanced Benefits , description: Eligible dependent. , implementation_dba_data: BEN.BEN_ELIG_DPNT ,
-
Table: BEN_ENRT_PREM
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ENRT_PREM, object_name:BEN_ENRT_PREM, status:VALID, product: BEN - Advanced Benefits , description: Enrollment premium. , implementation_dba_data: BEN.BEN_ENRT_PREM ,
-
Table: BEN_YR_PERD
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_YR_PERD, object_name:BEN_YR_PERD, status:VALID, product: BEN - Advanced Benefits , description: Start and End periods. , implementation_dba_data: BEN.BEN_YR_PERD ,
-
Lookup Type: BEN_APPROVAL_STATUS_CD
12.1.1
product: BEN - Advanced Benefits , meaning: BEN_APPROVAL_STATUS_CD , description: Lookup to Seed the values for the field Approval_Status_Cd created in Ben_Elig_Per_Elctbl_Chc ,
-
Lookup Type: BEN_APPROVAL_STATUS_CD
12.2.2
product: BEN - Advanced Benefits , meaning: BEN_APPROVAL_STATUS_CD , description: Lookup to Seed the values for the field Approval_Status_Cd created in Ben_Elig_Per_Elctbl_Chc ,
-
View: BEN_BACK_OUT_FLX_POOL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BACK_OUT_FLX_POOL_V, object_name:BEN_BACK_OUT_FLX_POOL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BACK_OUT_FLX_POOL_V ,
-
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_BACK_OUT_FLX_POOL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BACK_OUT_FLX_POOL_V, object_name:BEN_BACK_OUT_FLX_POOL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BACK_OUT_FLX_POOL_V ,
-
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 ,
-
View: BEN_FLX_ENRT_POOL_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_POOL_LE_V, object_name:BEN_FLX_ENRT_POOL_LE_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_FLX_ENRT_POOL_LE_V ,
-
View: BEN_FLX_ENRT_POOL_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_POOL_LE_V, object_name:BEN_FLX_ENRT_POOL_LE_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_FLX_ENRT_POOL_LE_V ,
-
View: BEN_FLX_ENRT_POOL_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_POOL_INFO_V, object_name:BEN_FLX_ENRT_POOL_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_POOL_INFO_V ,
-
View: BEN_FLX_ENRT_POOL_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_POOL_INFO_V, object_name:BEN_FLX_ENRT_POOL_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_POOL_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 ,
-
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_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 ,
-
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_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_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_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_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_ELCTBL_CHC_ENRT_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELCTBL_CHC_ENRT_RT_V, object_name:BEN_ELCTBL_CHC_ENRT_RT_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELCTBL_CHC_ENRT_RT_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_ELCTBL_CHC_ENRT_RT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELCTBL_CHC_ENRT_RT_V, object_name:BEN_ELCTBL_CHC_ENRT_RT_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELCTBL_CHC_ENRT_RT_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_BACK_OUT_CHC_BNFT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BACK_OUT_CHC_BNFT_V, object_name:BEN_BACK_OUT_CHC_BNFT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BACK_OUT_CHC_BNFT_V ,
-
View: BEN_BACK_OUT_CHC_BNFT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BACK_OUT_CHC_BNFT_V, object_name:BEN_BACK_OUT_CHC_BNFT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BACK_OUT_CHC_BNFT_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.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_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 ,