Search Results ben_ler_f
Overview
The BEN_LER_F table is a foundational data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It stores the master list of life event reasons, which are the specific, user-defined causes or justifications for a life event. A life event is a significant occurrence, such as marriage, birth of a child, or a change in employment status, that can trigger eligibility for or changes to benefit plans. This table operates as a dated effective table, meaning it tracks the history of each life event reason's validity over time via its EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns. Its primary role is to provide the standardized, controlled set of reasons that can be associated with life events during benefits enrollment and administration, ensuring data integrity and supporting complex eligibility and enrollment rules.
Key Information Stored
The table's structure centers on its primary key, which uniquely identifies a life event reason record across time. The key columns are:
- LER_ID: The unique identifier (surrogate key) for a life event reason.
- EFFECTIVE_START_DATE: The date from which this record for the life event reason becomes active.
- EFFECTIVE_END_DATE: The date after which this record is no longer active. A value of 31-DEC-4712 typically indicates the currently active record.
While the provided metadata does not list all columns, typical attributes for such a table would include a reason code (e.g., 'MARRIAGE', 'HIRE'), a descriptive name, and potentially a legislative code for compliance. The dated effective structure allows for modifications to a reason's details over time without losing historical accuracy.
Common Use Cases and Queries
This table is primarily referenced in processes involving life event creation and reporting. Common scenarios include validating a reason submitted during a self-service enrollment, generating audit reports of life events by reason, and supporting backend batch processes for eligibility determination. A typical query would retrieve all currently active life event reasons for use in a lookup list:
SELECT ler_id, meaning, description FROM ben_ler_f WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date ORDER BY meaning;
Another common pattern is to join BEN_LER_F to core life event tables (like BEN_LER_CHG_EVT_F) to analyze life events by their reason over a specific period, which is crucial for benefits utilization reporting and compliance audits.
Related Objects
BEN_LER_F is central to the Benefits data model. Key related objects include:
- BEN_LER_CHG_EVT_F: The primary life event table, which would likely hold a foreign key (LER_ID) to link a specific life event occurrence to its reason in BEN_LER_F.
- BEN_LER_F_PK: The primary key constraint enforcing uniqueness on LER_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE.
- Various Benefits APIs and packages that create or process life events, which would validate and reference life event reason codes stored in this table.
- User interface forms and value sets in the Benefits module that present life event reasons as valid options for users.
-
Table: BEN_LER_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LER_F, object_name:BEN_LER_F, status:VALID, product: BEN - Advanced Benefits , description: Life event reason , implementation_dba_data: BEN.BEN_LER_F ,
-
Table: BEN_LER_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LER_F, object_name:BEN_LER_F, status:VALID, product: BEN - Advanced Benefits , description: Life event reason , implementation_dba_data: BEN.BEN_LER_F ,
-
View: BEN_CSS_RLTD_PER_PER_IN_LER_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CSS_RLTD_PER_PER_IN_LER_D, object_name:BEN_CSS_RLTD_PER_PER_IN_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CSS_RLTD_PER_PER_IN_LER_D ,
-
View: BEN_CSS_RLTD_PER_PER_IN_LER_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CSS_RLTD_PER_PER_IN_LER_D, object_name:BEN_CSS_RLTD_PER_PER_IN_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CSS_RLTD_PER_PER_IN_LER_D ,
-
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 ,
-
View: BEN_LER_RLTD_PER_CS_LER_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_RLTD_PER_CS_LER_D, object_name:BEN_LER_RLTD_PER_CS_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_RLTD_PER_CS_LER_D ,
-
View: BEN_LER_PER_INFO_CS_LER_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_PER_INFO_CS_LER_D, object_name:BEN_LER_PER_INFO_CS_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_PER_INFO_CS_LER_D ,
-
View: BEN_LER_RLTD_PER_CS_LER_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_RLTD_PER_CS_LER_D, object_name:BEN_LER_RLTD_PER_CS_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_RLTD_PER_CS_LER_D ,
-
View: BEN_PER_CM_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_D, object_name:BEN_PER_CM_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_D ,
-
View: BEN_REL_PER_LIFE_EVTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_REL_PER_LIFE_EVTS_V, object_name:BEN_REL_PER_LIFE_EVTS_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_REL_PER_LIFE_EVTS_V ,
-
View: BEN_LER_PER_INFO_CS_LER_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_PER_INFO_CS_LER_D, object_name:BEN_LER_PER_INFO_CS_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_PER_INFO_CS_LER_D ,
-
View: BEN_REL_PER_LIFE_EVTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_REL_PER_LIFE_EVTS_V, object_name:BEN_REL_PER_LIFE_EVTS_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_REL_PER_LIFE_EVTS_V ,
-
View: BEN_PER_CM_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_D, object_name:BEN_PER_CM_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_D ,
-
View: BEN_LER_RQRS_ENRT_CTFN_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_RQRS_ENRT_CTFN_D, object_name:BEN_LER_RQRS_ENRT_CTFN_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_RQRS_ENRT_CTFN_D ,
-
View: BEN_LER_RQRS_ENRT_CTFN_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_RQRS_ENRT_CTFN_D, object_name:BEN_LER_RQRS_ENRT_CTFN_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_RQRS_ENRT_CTFN_D ,
-
View: BEN_LER_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_D, object_name:BEN_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_D ,
-
View: BEN_LER_CHG_PTIP_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PTIP_ENRT_D, object_name:BEN_LER_CHG_PTIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan Type in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PTIP_ENRT_D ,
-
View: BEN_LER_CHG_PLIP_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PLIP_ENRT_D, object_name:BEN_LER_CHG_PLIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PLIP_ENRT_D ,
-
View: BEN_LER_CHG_PTIP_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PTIP_ENRT_D, object_name:BEN_LER_CHG_PTIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan Type in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PTIP_ENRT_D ,
-
View: BEN_LER_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_D, object_name:BEN_LER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LER_D ,
-
View: BEN_LER_CHG_PLIP_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PLIP_ENRT_D, object_name:BEN_LER_CHG_PLIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PLIP_ENRT_D ,
-
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_LER_F_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_F_VL, object_name:BEN_LER_F_VL, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_F_VL ,
-
View: BEN_LER_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_X, object_name:BEN_LER_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_X ,
-
View: BEN_LER_F_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_F_VL, object_name:BEN_LER_F_VL, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_F_VL ,
-
View: BENBV_LER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_LER_V, object_name:BENBV_LER_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies all of the possible life event reasons that may cause a change to a person's eligibility, electability, coverage, rates or premiums. , implementation_dba_data: APPS.BENBV_LER_V ,
-
View: BEN_PER_CM_USG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_USG_D, object_name:BEN_PER_CM_USG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_USG_D ,
-
View: BEN_LER_BNFT_RSTRN_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_BNFT_RSTRN_D, object_name:BEN_LER_BNFT_RSTRN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_BNFT_RSTRN_D ,
-
View: BEN_LER_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_X, object_name:BEN_LER_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_X ,
-
View: BEN_PER_CM_USG_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_USG_D, object_name:BEN_PER_CM_USG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_USG_D ,
-
View: BEN_LER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_V, object_name:BEN_LER_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_V ,
-
View: BEN_LER_BNFT_RSTRN_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_BNFT_RSTRN_D, object_name:BEN_LER_BNFT_RSTRN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_BNFT_RSTRN_D ,
-
View: BEN_ENRT_RSLT_LOV_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_LOV_INFO_V, object_name:BEN_ENRT_RSLT_LOV_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_RSLT_LOV_INFO_V ,
-
View: BEN_LER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER, object_name:BEN_LER, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER ,
-
View: BEN_PRTT_ENRT_ACTN_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_D, object_name:BEN_PRTT_ENRT_ACTN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_ACTN_D ,
-
View: BEN_LER_CHG_PGM_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PGM_ENRT_D, object_name:BEN_LER_CHG_PGM_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event - Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PGM_ENRT_D ,
-
View: BEN_ENRT_RSLT_LOV_INFO_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_LOV_INFO_LE_V, object_name:BEN_ENRT_RSLT_LOV_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , description: A supplementary view used to simplify forms coding. , implementation_dba_data: APPS.BEN_ENRT_RSLT_LOV_INFO_LE_V ,
-
View: BEN_LER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_V, object_name:BEN_LER_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER_V ,
-
View: BEN_ENRT_RSLT_LOV_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_LOV_INFO_V, object_name:BEN_ENRT_RSLT_LOV_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_RSLT_LOV_INFO_V ,
-
View: BEN_LER_CHG_PGM_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PGM_ENRT_D, object_name:BEN_LER_CHG_PGM_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event - Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PGM_ENRT_D ,
-
View: BENBV_LER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_LER_V, object_name:BENBV_LER_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies all of the possible life event reasons that may cause a change to a person's eligibility, electability, coverage, rates or premiums. , implementation_dba_data: APPS.BENBV_LER_V ,
-
View: BEN_LER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER, object_name:BEN_LER, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_LER ,
-
View: BEN_PRTT_ENRT_ACTN_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_D, object_name:BEN_PRTT_ENRT_ACTN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_ACTN_D ,
-
View: BEN_ENRT_RSLT_LOV_INFO_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_RSLT_LOV_INFO_LE_V, object_name:BEN_ENRT_RSLT_LOV_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , description: A supplementary view used to simplify forms coding. , implementation_dba_data: APPS.BEN_ENRT_RSLT_LOV_INFO_LE_V ,
-
View: BEN_PER_CM_PRVDD_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PRVDD_D, object_name:BEN_PER_CM_PRVDD_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PRVDD_D ,
-
View: BEN_PER_CM_PRVDD_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PRVDD_D, object_name:BEN_PER_CM_PRVDD_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PRVDD_D ,
-
View: BEN_PRTT_ENRT_RSLT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_D, object_name:BEN_PRTT_ENRT_RSLT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTT_ENRT_RSLT_D ,
-
View: BEN_PRTT_ENRT_RSLT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_D, object_name:BEN_PRTT_ENRT_RSLT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTT_ENRT_RSLT_D ,