Search Results ben_ptnl_ler_for_per
Overview
The BEN_PTNL_LER_FOR_PER table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module, specifically for versions 12.1.1 and 12.2.2. As defined in the ETRM documentation, it stores records representing a "Participant potential life event." This table is central to the life event management engine, which automates benefits enrollment. It acts as a staging or processing table that holds information about life events that a participant (employee, dependent, etc.) is potentially eligible for or may be required to act upon within a given enrollment period. Its role is to facilitate the determination and execution of the correct enrollment actions based on personal status changes.
Key Information Stored
The table's primary key is the system-generated identifier PTNL_LER_FOR_PER_ID. A critical foreign key is ENRT_PERD_ID, which links the potential life event to a specific enrollment period (BEN_ENRT_PERD), anchoring the event to the correct processing timeframe. While the provided metadata does not list all columns, typical data stored in such a table includes identifiers for the person (PER_ID), the specific life event (LER_ID), the associated benefits program or plan, and status flags indicating the processing state of the potential event (e.g., PENDING, PROCESSED, ERROR). It essentially captures the intersection of a person, a possible life event rule, and an enrollment window.
Common Use Cases and Queries
This table is primarily accessed during batch processes for life event detection and enrollment. Common use cases include generating a list of participants who have pending life events for a manager's review, troubleshooting enrollment batch failures, and auditing the lifecycle of a life event. A typical reporting query might join to person (PER_ALL_PEOPLE_F) and life event (BEN_LER_F) tables to produce a readable list.
- Sample Query: To find pending potential life events for a specific enrollment period:
SELECT p.ptnl_ler_for_per_id, p.person_id, l.ler_name
FROM ben_ptnl_ler_for_per p, ben_ler_f l
WHERE p.ler_id = l.ler_id
AND p.enrt_perd_id = 12345
AND p.process_status = 'PENDING';
Related Objects
As per the ETRM metadata, BEN_PTNL_LER_FOR_PER has defined relationships with several key benefits tables.
- BEN_ENRT_PERD (Enrollment Period): Linked via ENRT_PERD_ID foreign key. This defines the timeframe for the potential event.
- BEN_PER_IN_LER (Person in Life Event): This table has a foreign key (PTNL_LER_FOR_PER_ID) referencing BEN_PTNL_LER_FOR_PER. This indicates that once a potential life event is confirmed and acted upon, a concrete record is created in BEN_PER_IN_LER to track the actual, active life event instance for the person.
- It is also inherently related to core tables like BEN_LER_F (Life Event Rules) and PER_ALL_PEOPLE_F (Person Model).
-
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_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 ,
-
APPS.BEN_PRV_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_ENROLMENT_REQUIREMENTS2 dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.GHR_CREATE_PTNL_LIFE_EVENTS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.HR_PUMP_GET dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_CON_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.HR_PUMP_GET dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_CRT_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BENUTILS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_PURGE_BCKDT_VOIDED dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_EGD_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_ENROLMENT_REQUIREMENTS2 dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_IRC_UTIL dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_CEL_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_WHATIF_ELIG dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.PQH_GSP_DEFAULT dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.HR_CHANGE_START_DATE_API dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_PPL_INS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_PPL_DEL dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_CREATE_PTNL_LER_SS dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_PPS_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_RELATED_PERSON_LER_API dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_ADD_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_EEV_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_PTNL_LER_FOR_PER_API dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_CRT_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_CON_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_PPL_UPD dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_SS_DTCT_PTNL_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_PRV_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_PERSON_DELETE dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_COLLAPSE_LIFE_EVENT dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_PAC_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.PQH_PA_WHATIF_PROCESS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_PEN_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_RELATED_PERSON_LER_API dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_ENROLMENT_REQUIREMENTS1 dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.PQH_GSP_DEFAULT dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.GHR_TSP_PLAN_DESIGN dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_ASG_LER dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BEN_PROCESS_COBRA_PERSON_SS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.GHR_BENEFITS_EIT dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.PQH_GSP_POST_PROCESS dependencies on BEN_PTNL_LER_FOR_PER
12.2.2
-
APPS.BENUTILS dependencies on BEN_PTNL_LER_FOR_PER
12.1.1
-
APPS.BEN_PPR_LER dependencies on BEN_PTNL_LER_FOR_PER
12.1.1