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 ,
-
APPS.PQH_GSP_DEFAULT dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENDFAUD_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENCMAUD_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENCMEPE_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENAUDIT_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.PQH_GSP_HR_TO_STAGE dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_GENERATE_COMMUNICATIONS dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_DETERMINE_ELIGIBILITY3 dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_COBRA_REQUIREMENTS dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENDEAUD_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_ORG_DELETE dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENGELOG_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_EXT_ELIG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_ENROLMENT_REQUIREMENTS2 dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_TEST_HARNESS dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_PRO_LER dependencies on BEN_LER_F
12.1.1
-
APPS.PQH_GSP_POST_PROCESS dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_TYPE dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_LIFE_EVENT_REASON_API dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_LETRG_CACHE dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_EGD_BUS dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_BATCH_DT_API dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_LER_F
12.2.2
-
APPS.HR_AUTH_INT dependencies on BEN_LER_F
12.2.2
-
APPS.PQH_GSP_STAGE_TO_BEN dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENBATCH_PERSONS dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_BENDESUM_XMLP_PKG dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_PRTT_ENRT_CTFN_PRVDD_API dependencies on BEN_LER_F
12.1.1
-
APPS.BEN_COLLAPSE_LIFE_EVENTS dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_BENLESUM_XMLP_PKG dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_EXT_ELIG dependencies on BEN_LER_F
12.2.2
-
APPS.HR_CHANGE_START_DATE_API dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_IREC_BACK_OUT_CONC dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_SEEDDATA_OBJECT dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_LER_INS dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_BENCLSUM_XMLP_PKG dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_EXT_ENRT dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_PER_ASG_EIT_LER dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_LIFE_EVENT_REASON_API dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_SEED_LIFE_EVENTS dependencies on BEN_LER_F
12.2.2
-
APPS.BEN_EXT_PERSON dependencies on BEN_LER_F
12.2.2