Search Results ben_per_in_ler
Overview
The BEN_PER_IN_LER 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 primary transactional record for tracking a person (employee, contingent worker, or other participant) who is experiencing a life event. A life event, or Life Event Reason (LER), is a qualifying occurrence—such as marriage, birth of a child, or a change in employment status—that triggers an opportunity for benefits enrollment or changes. This table acts as the central hub for a life event instance, linking the person, the specific life event reason, and the subsequent enrollment processes. Its existence is fundamental to the event-driven enrollment architecture of Advanced Benefits.
Key Information Stored
The primary identifier for a life event instance is the PER_IN_LER_ID column, which is the primary key (BEN_PER_IN_LER_PK). A critical foreign key in this table is PTNL_LER_FOR_PER_ID, which links to the BEN_PTNL_LER_FOR_PER table. This relationship associates the person's life event record with the specific potential life event that was detected for them, connecting the transactional record back to the system's initial identification of the qualifying event. While the provided ETRM excerpt does not list all columns, typical columns in such a table would include identifiers for the person (PERSON_ID), the life event reason (LER_ID), effective dates (EFFECTIVE_DATE), the process status, and the associated benefits batch (BNFT_BATCH_ID).
Common Use Cases and Queries
This table is central to reporting, auditing, and troubleshooting the life event and enrollment lifecycle. Common use cases include generating reports of all life events processed within a specific period, investigating enrollment errors by tracing from a person's record to their specific life event instance, and reconciling data during benefits administration. A fundamental query pattern retrieves life event details for a person or a batch.
- Identifying life events for a person:
SELECT * FROM ben_per_in_ler WHERE person_id = <person_id> ORDER BY effective_date; - Joining to view life event reasons:
SELECT pil.*, plf.ler_id FROM ben_per_in_ler pil, ben_ptnl_ler_for_per plf WHERE pil.ptnl_ler_for_per_id = plf.ptnl_ler_for_per_id; - Troubleshooting a specific enrollment batch:
SELECT count(*), process_status FROM ben_per_in_ler WHERE bnft_batch_id = <batch_id> GROUP BY process_status;
Related Objects
The BEN_PER_IN_LER table has extensive relationships, as indicated by its numerous foreign key dependencies. It is the parent table for a wide array of benefits transactional tables, underscoring its pivotal role. Key child tables include:
- BEN_BATCH_LER_INFO: Links life event instances to the processing batch.
- BEN_PRTT_ENRT_RSLT_F: Stores the final enrollment results stemming from the life event.
- BEN_ELIG_PER_F / BEN_ELIG_CVRD_DPNT_F: Record eligibility determinations for the person and dependents based on the life event.
- BEN_ELIG_PER_ELCTBL_CHC: Holds eligible choice options for the person.
- BEN_PL_BNF_F / BEN_PRTT_PREM_F / BEN_PRTT_RT_VAL: Store calculated benefits, premiums, and rates resulting from elections made during the life event.
- BEN_BNFT_PRVDD_LDGR_F: Tracks the benefits provided ledger entries.
Its primary parent relationship is with BEN_PTNL_LER_FOR_PER, which supplies the PTNL_LER_FOR_PER_ID.
-
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 ,
-
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_PRTT_RT_VAL
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_RT_VAL, object_name:BEN_PRTT_RT_VAL, status:VALID, product: BEN - Advanced Benefits , description: Rate for participant enrolled in compensation object. , implementation_dba_data: BEN.BEN_PRTT_RT_VAL ,
-
Table: BEN_PRTT_RT_VAL
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_RT_VAL, object_name:BEN_PRTT_RT_VAL, status:VALID, product: BEN - Advanced Benefits , description: Rate for participant enrolled in compensation object. , implementation_dba_data: BEN.BEN_PRTT_RT_VAL ,
-
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_ELIG_PER_F_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PER_F_V3, object_name:BEN_ELIG_PER_F_V3, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PER_F_V3 ,
-
View: BEN_ELIG_PER_F_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PER_F_V2, object_name:BEN_ELIG_PER_F_V2, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PER_F_V2 ,
-
View: BEN_ELIG_PER_F_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PER_F_V2, object_name:BEN_ELIG_PER_F_V2, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PER_F_V2 ,
-
View: BEN_ELIG_PER_F_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PER_F_V3, object_name:BEN_ELIG_PER_F_V3, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PER_F_V3 ,
-
View: BEN_BENEFITS_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BENEFITS_SUMMARY_V, object_name:BEN_BENEFITS_SUMMARY_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_BENEFITS_SUMMARY_V ,
-
View: BEN_BENEFITS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BENEFITS_SUMMARY_V, object_name:BEN_BENEFITS_SUMMARY_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_BENEFITS_SUMMARY_V ,
-
Table: BEN_PER_IN_LER_RBV
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PER_IN_LER_RBV, object_name:BEN_PER_IN_LER_RBV, status:VALID, product: BEN - Advanced Benefits , description: Shadow table for ben_per_in_ler , implementation_dba_data: BEN.BEN_PER_IN_LER_RBV ,
-
Table: BEN_PER_IN_LER_RBV
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PER_IN_LER_RBV, object_name:BEN_PER_IN_LER_RBV, status:VALID, product: BEN - Advanced Benefits , description: Shadow table for ben_per_in_ler , implementation_dba_data: BEN.BEN_PER_IN_LER_RBV ,
-
Table: BEN_ELIG_PER_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_F, object_name:BEN_ELIG_PER_F, status:VALID, product: BEN - Advanced Benefits , description: Participant is eligible. , implementation_dba_data: BEN.BEN_ELIG_PER_F ,
-
Table: BEN_PTNL_LER_FOR_PER
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PTNL_LER_FOR_PER, object_name:BEN_PTNL_LER_FOR_PER, status:VALID, product: BEN - Advanced Benefits , description: Participant potential life event. , implementation_dba_data: BEN.BEN_PTNL_LER_FOR_PER ,
-
Table: BEN_PL_BNF_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_BNF_F, object_name:BEN_PL_BNF_F, status:VALID, product: BEN - Advanced Benefits , description: Entity designated as plan beneficiary. , implementation_dba_data: BEN.BEN_PL_BNF_F ,
-
Table: BEN_LE_CLSN_N_RSTR
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LE_CLSN_N_RSTR, object_name:BEN_LE_CLSN_N_RSTR, status:VALID, product: BEN - Advanced Benefits , description: Life event collision or restrictions. , implementation_dba_data: BEN.BEN_LE_CLSN_N_RSTR ,
-
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_ELIG_PER_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_F, object_name:BEN_ELIG_PER_F, status:VALID, product: BEN - Advanced Benefits , description: Participant is eligible. , implementation_dba_data: BEN.BEN_ELIG_PER_F ,
-
Table: BEN_PRTT_ENRT_ACTN_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_F, object_name:BEN_PRTT_ENRT_ACTN_F, status:VALID, product: BEN - Advanced Benefits , description: Participants outstanding enrollment actions. , implementation_dba_data: BEN.BEN_PRTT_ENRT_ACTN_F ,
-
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_PER_CM_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PER_CM_F, object_name:BEN_PER_CM_F, status:VALID, product: BEN - Advanced Benefits , description: Communications creates to person as result of communications trigger firing. , implementation_dba_data: BEN.BEN_PER_CM_F ,
-
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_PL_BNF_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_BNF_F, object_name:BEN_PL_BNF_F, status:VALID, product: BEN - Advanced Benefits , description: Entity designated as plan beneficiary. , implementation_dba_data: BEN.BEN_PL_BNF_F ,
-
Table: BEN_BATCH_LER_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_LER_INFO, object_name:BEN_BATCH_LER_INFO, status:VALID, product: BEN - Advanced Benefits , description: Life event information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_LER_INFO ,
-
Table: BEN_BNFT_PRVDD_LDGR_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BNFT_PRVDD_LDGR_F, object_name:BEN_BNFT_PRVDD_LDGR_F, status:VALID, product: BEN - Advanced Benefits , description: Benefit pool ledger for a participant , implementation_dba_data: BEN.BEN_BNFT_PRVDD_LDGR_F ,
-
Table: BEN_PRTT_ENRT_ACTN_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_F, object_name:BEN_PRTT_ENRT_ACTN_F, status:VALID, product: BEN - Advanced Benefits , description: Participants outstanding enrollment actions. , implementation_dba_data: BEN.BEN_PRTT_ENRT_ACTN_F ,
-
Table: BEN_BNFT_PRVDD_LDGR_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BNFT_PRVDD_LDGR_F, object_name:BEN_BNFT_PRVDD_LDGR_F, status:VALID, product: BEN - Advanced Benefits , description: Benefit pool ledger for a participant , implementation_dba_data: BEN.BEN_BNFT_PRVDD_LDGR_F ,
-
Table: BEN_PRTT_PREM_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_PREM_F, object_name:BEN_PRTT_PREM_F, status:VALID, product: BEN - Advanced Benefits , description: Premium calculated for enrollment in compencsation object for participant. , implementation_dba_data: BEN.BEN_PRTT_PREM_F ,
-
Table: BEN_PTNL_LER_FOR_PER
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PTNL_LER_FOR_PER, object_name:BEN_PTNL_LER_FOR_PER, status:VALID, product: BEN - Advanced Benefits , description: Participant potential life event. , implementation_dba_data: BEN.BEN_PTNL_LER_FOR_PER ,
-
Table: BEN_PER_CM_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PER_CM_F, object_name:BEN_PER_CM_F, status:VALID, product: BEN - Advanced Benefits , description: Communications creates to person as result of communications trigger firing. , implementation_dba_data: BEN.BEN_PER_CM_F ,
-
Table: BEN_PRTT_ENRT_RSLT_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_F, object_name:BEN_PRTT_ENRT_RSLT_F, status:VALID, product: BEN - Advanced Benefits , description: Compensation objects that participant is enrolled in. , implementation_dba_data: BEN.BEN_PRTT_ENRT_RSLT_F ,
-
Table: BEN_LE_CLSN_N_RSTR
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LE_CLSN_N_RSTR, object_name:BEN_LE_CLSN_N_RSTR, status:VALID, product: BEN - Advanced Benefits , description: Life event collision or restrictions. , implementation_dba_data: BEN.BEN_LE_CLSN_N_RSTR ,
-
Table: BEN_PRTT_ENRT_RSLT_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_F, object_name:BEN_PRTT_ENRT_RSLT_F, status:VALID, product: BEN - Advanced Benefits , description: Compensation objects that participant is enrolled in. , implementation_dba_data: BEN.BEN_PRTT_ENRT_RSLT_F ,
-
Table: BEN_BATCH_LER_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_LER_INFO, object_name:BEN_BATCH_LER_INFO, status:VALID, product: BEN - Advanced Benefits , description: Life event information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_LER_INFO ,
-
Table: BEN_PRTT_PREM_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_PREM_F, object_name:BEN_PRTT_PREM_F, status:VALID, product: BEN - Advanced Benefits , description: Premium calculated for enrollment in compencsation object for participant. , implementation_dba_data: BEN.BEN_PRTT_PREM_F ,
-
Table: BEN_CBR_PER_IN_LER
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CBR_PER_IN_LER, object_name:BEN_CBR_PER_IN_LER, status:VALID, product: BEN - Advanced Benefits , description: Life event which may make participant eligible for COBRA (US) , implementation_dba_data: BEN.BEN_CBR_PER_IN_LER ,
-
Table: BEN_CBR_PER_IN_LER
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CBR_PER_IN_LER, object_name:BEN_CBR_PER_IN_LER, status:VALID, product: BEN - Advanced Benefits , description: Life event which may make participant eligible for COBRA (US) , implementation_dba_data: BEN.BEN_CBR_PER_IN_LER ,
-
Table: BEN_ELIG_PER_OPT_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_OPT_F, object_name:BEN_ELIG_PER_OPT_F, status:VALID, product: BEN - Advanced Benefits , description: Participants eligibility/ineligibility for an option in a plan. , implementation_dba_data: BEN.BEN_ELIG_PER_OPT_F ,
-
Table: BEN_ELIG_PER_OPT_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_PER_OPT_F, object_name:BEN_ELIG_PER_OPT_F, status:VALID, product: BEN - Advanced Benefits , description: Participants eligibility/ineligibility for an option in a plan. , implementation_dba_data: BEN.BEN_ELIG_PER_OPT_F ,
-
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 ,
-
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_PRMRY_CARE_PRVDR_LOV_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_LOV_LE_V, object_name:BEN_PRMRY_CARE_PRVDR_LOV_LE_V, status:VALID, product: BEN - Advanced Benefits , description: A supplementary view used to simplify forms coding. , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_LOV_LE_V ,
-
View: BEN_PRMRY_CARE_PRVDR_LOV_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_LOV_LE_V, object_name:BEN_PRMRY_CARE_PRVDR_LOV_LE_V, status:VALID, product: BEN - Advanced Benefits , description: A supplementary view used to simplify forms coding. , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_LOV_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 ,
-
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_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 ,
-
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 ,