Search Results ben_prtt_enrt_rslt_f
Overview
The BEN_PRTT_ENRT_RSLT_F table is a core data object within the Oracle E-Business Suite Advanced Benefits module (BEN). It functions as a historical repository for enrollment results, capturing the compensation objects—such as plans, options, and coverage levels—in which a participant is enrolled. As a date-effective table (indicated by the '_F' suffix and the presence of EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns), it maintains a complete timeline of enrollment states, enabling accurate historical reporting and compliance with benefit plan rules that change over time. Its primary role is to store the definitive outcome of the enrollment process for each participant.
Key Information Stored
The table's structure is designed to link a participant to specific enrollment outcomes within a given timeframe. The primary key is a composite of PRTT_ENRT_RSLT_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE, ensuring unique identification of each enrollment record period. The PRTT_ENRT_RSLT_ID itself is the unique identifier for an enrollment result instance. A critical foreign key column is PER_IN_LER_ID, which links the enrollment result to a specific participant's life event record in the BEN_PER_IN_LER table. This connection is essential for tracing which life event (e.g., hire, marriage, annual enrollment) triggered the creation of the enrollment result. While the provided metadata does not list all columns, the table typically contains references to the enrolled plan, option, and coverage details, alongside audit columns like CREATED_BY and CREATION_DATE.
Common Use Cases and Queries
This table is central to generating enrollment confirmations, audit reports, and eligibility verification. A common reporting use case involves querying a participant's current active enrollments by filtering on EFFECTIVE_END_DATE = '31-DEC-4712'. For auditing purposes, analysts may join to BEN_PER_IN_LER to report all enrollment results generated from a specific life event or during a particular open enrollment period. A typical SQL pattern retrieves a participant's benefit details:
- SELECT prtt.prtt_enrt_rslt_id, prtt.effective_start_date, pln.name plan_name FROM ben_prtt_enrt_rslt_f prtt JOIN ben_pl_f pln ON prtt.pl_id = pln.pl_id WHERE prtt.person_id = 123456 AND SYSDATE BETWEEN prtt.effective_start_date AND prtt.effective_end_date;
Data from this table is also fundamental for integration with payroll systems to ensure correct deductions and contributions are processed.
Related Objects
The BEN_PRTT_ENRT_RSLT_F table has a documented foreign key relationship with the BEN_PER_IN_LER table, which stores information about participants in a life event. The join is performed on the column BEN_PRTT_ENRT_RSLT_F.PER_IN_LER_ID. This relationship is critical, as every enrollment result is typically associated with a life event record that initiated the enrollment process. While not listed in the provided excerpt, this table would also have foreign key relationships to core benefit definition tables, such as BEN_PL_F (Plans) and BEN_OIPL_F (Plan Options), via columns like PL_ID and OIPL_ID. It is also commonly referenced by summary and reporting views within the Advanced Benefits schema.
-
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_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 ,
-
View: BEN_PRMRY_CARE_PRVDR_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_D, object_name:BEN_PRMRY_CARE_PRVDR_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_D ,
-
View: BEN_PRMRY_CARE_PRVDR_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_D, object_name:BEN_PRMRY_CARE_PRVDR_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_D ,
-
View: BEN_PRMRY_CARE_PRVDR_PE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_PE, object_name:BEN_PRMRY_CARE_PRVDR_PE, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_PE ,
-
View: BEN_PRMRY_CARE_PRVDR_PE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_PE, object_name:BEN_PRMRY_CARE_PRVDR_PE, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_PE ,
-
View: BEN_PRMRY_CARE_PRVDR_PEN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_PEN_V, object_name:BEN_PRMRY_CARE_PRVDR_PEN_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_PEN_V ,
-
View: BEN_PRMRY_CARE_PRVDR_PEN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_PEN_V, object_name:BEN_PRMRY_CARE_PRVDR_PEN_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_PEN_V ,
-
View: BEN_ENRT_MOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MOD_V, object_name:BEN_ENRT_MOD_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_MOD_V ,
-
View: BEN_ENRT_MOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MOD_V, object_name:BEN_ENRT_MOD_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_MOD_V ,
-
Table: BEN_PRTT_ENRT_RSLT_F_EFC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_F_EFC, object_name:BEN_PRTT_ENRT_RSLT_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_PRTT_ENRT_RSLT_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_PRTT_ENRT_RSLT_F_EFC ,
-
Table: BEN_PRTT_ENRT_RSLT_F_EFC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_F_EFC, object_name:BEN_PRTT_ENRT_RSLT_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_PRTT_ENRT_RSLT_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_PRTT_ENRT_RSLT_F_EFC ,
-
View: BEN_PRMRY_CARE_PRVDR_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_LOV_V, object_name:BEN_PRMRY_CARE_PRVDR_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_LOV_V ,
-
View: BEN_BACK_OUT_ENRT_RSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BACK_OUT_ENRT_RSLT_V, object_name:BEN_BACK_OUT_ENRT_RSLT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BACK_OUT_ENRT_RSLT_V ,
-
View: BEN_PRMRY_CARE_PRVDR_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRMRY_CARE_PRVDR_LOV_V, object_name:BEN_PRMRY_CARE_PRVDR_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRMRY_CARE_PRVDR_LOV_V ,
-
View: BEN_BACK_OUT_ENRT_RSLT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BACK_OUT_ENRT_RSLT_V, object_name:BEN_BACK_OUT_ENRT_RSLT_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BACK_OUT_ENRT_RSLT_V ,
-
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_ENRT_PGM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_PGM_V, object_name:BEN_ENRT_PGM_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_PGM_V ,
-
View: BEN_ENRT_PGM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_PGM_V, object_name:BEN_ENRT_PGM_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_PGM_V ,
-
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 ,
-
View: BEN_ENRT_BNF_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_BNF_PLAN_V, object_name:BEN_ENRT_BNF_PLAN_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_BNF_PLAN_V ,
-
View: BEN_PRTT_PREM_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_D, object_name:BEN_PRTT_PREM_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_D ,
-
View: BEN_ENRT_MISC_LOV_INFO_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_LE_V, object_name:BEN_ENRT_MISC_LOV_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , description: LOV for BENEMSEB , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_LE_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_LE_V, object_name:BEN_ENRT_MISC_LOV_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , description: LOV for BENEMSEB , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_LE_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_V, object_name:BEN_ENRT_MISC_LOV_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_V ,
-
View: BEN_ENRT_MISC_LOV_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_MISC_LOV_INFO_V, object_name:BEN_ENRT_MISC_LOV_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_MISC_LOV_INFO_V ,
-
View: BEN_ENRT_BNF_PLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_BNF_PLAN_V, object_name:BEN_ENRT_BNF_PLAN_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_BNF_PLAN_V ,
-
View: BEN_PRTT_PREM_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_D, object_name:BEN_PRTT_PREM_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_D ,
-
View: BEN_DEENROLL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DEENROLL_V, object_name:BEN_DEENROLL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_DEENROLL_V ,
-
View: BEN_DEENROLL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DEENROLL_V, object_name:BEN_DEENROLL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_DEENROLL_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_PRTT_RATE_CTFN_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_RATE_CTFN_INFO_V, object_name:BEN_PRTT_RATE_CTFN_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_RATE_CTFN_INFO_V ,
-
View: BEN_ENRT_ACTN_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_ACTN_INFO_V, object_name:BEN_ENRT_ACTN_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_ACTN_INFO_V ,
-
View: BEN_ENRT_ACTN_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_ACTN_INFO_V, object_name:BEN_ENRT_ACTN_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ENRT_ACTN_INFO_V ,
-
View: BEN_PRTT_ENRT_RSLT_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_X, object_name:BEN_PRTT_ENRT_RSLT_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_RSLT_X ,
-
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_PRTT_RATE_CTFN_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_RATE_CTFN_INFO_V, object_name:BEN_PRTT_RATE_CTFN_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_RATE_CTFN_INFO_V ,
-
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_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_PRTT_ENRT_RSLT_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT_X, object_name:BEN_PRTT_ENRT_RSLT_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_RSLT_X ,
-
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_PRTT_ENRT_RSLT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_RSLT, object_name:BEN_PRTT_ENRT_RSLT, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTT_ENRT_RSLT ,
-
View: BEN_PRTT_ENRT_CTFN_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_CTFN_INFO_V, object_name:BEN_PRTT_ENRT_CTFN_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_CTFN_INFO_V ,
-
View: BEN_PRTT_ENRT_CTFN_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_CTFN_INFO_V, object_name:BEN_PRTT_ENRT_CTFN_INFO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_CTFN_INFO_V ,
-
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: BENBV_PRTT_ENRT_RSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PRTT_ENRT_RSLT_V, object_name:BENBV_PRTT_ENRT_RSLT_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the plans or options in plan in which a participant is enrolled, either through explicit election or due to system default/automatic enrollments. , implementation_dba_data: APPS.BENBV_PRTT_ENRT_RSLT_V ,
-
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 ,