Search Results ben_pl_f
Overview
The BEN_PL_F table is a fundamental data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It serves as the primary repository for storing core definitions of benefit plans. In the context of Oracle EBS 12.1.1 and 12.2.2, a "Plan" represents a specific type of benefit offering, such as a particular medical insurance plan, dental plan, or life insurance option, that is made available to participants. This table is structured as a date-effective (or date-tracked) table, as indicated by the "_F" suffix and the presence of EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns in its primary key. This design allows for the maintenance of historical, current, and future-dated plan configurations, which is critical for accurate benefits enrollment, eligibility determination, and reporting over time.
Key Information Stored
The table's structure centers on the unique identification and versioning of each benefit plan. The primary key, BEN_PL_F_PK, is a composite key consisting of PL_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE. This ensures that each row for a given plan is uniquely identified by its effective date range. While the provided metadata does not list all columns, based on its role and standard Oracle EBS conventions, the table typically stores descriptive and administrative attributes for a plan. Key columns would include PL_ID (the unique system identifier for the plan), a PLAN_NAME or similar descriptive field, and the effective date columns that define the period for which that specific version of the plan's definition is valid. Other common attributes might relate to the plan's status, associated program, and configuration flags that control its behavior within the benefits engine.
Common Use Cases and Queries
This table is central to any process involving benefit plan setup, inquiry, or reporting. Common use cases include generating a list of all active plans available for a given enrollment period, auditing changes to a plan's definition over time, and serving as the master source for plan data in custom reports. A typical query would join BEN_PL_F to other benefits tables, such as those for enrollment or eligibility, using the PL_ID. For example, to retrieve all currently effective plans, one might use a query pattern like:
- SELECT pl_id, plan_name FROM ben_pl_f WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date;
Another critical pattern involves retrieving the specific version of a plan that was effective on a participant's event date (e.g., a hire date or life event) to accurately assess their eligibility and options at that historical point in time.
Related Objects
As a core master table, BEN_PL_F has relationships with numerous other objects in the Advanced Benefits schema. It is directly referenced by child tables that store details about plan types, coverage levels, options, and associated costs (premiums). Key related tables often include BEN_PL_TYP_F (Plan Type), BEN_OPT_F (Option), and BEN_ACTY_BASE_RT_F (Activity Rate). Furthermore, enrollment data stored in tables like BEN_ENRT_RSLT likely uses PL_ID as a foreign key to link a participant's enrollment record to the specific plan in which they are enrolled. The table is also the foundation for key public APIs and views within the benefits module that are used for data extraction and integration.
-
Table: BEN_PL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_F, object_name:BEN_PL_F, status:VALID, product: BEN - Advanced Benefits , description: Plan , implementation_dba_data: BEN.BEN_PL_F ,
-
Table: BEN_PL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_F, object_name:BEN_PL_F, status:VALID, product: BEN - Advanced Benefits , description: Plan , implementation_dba_data: BEN.BEN_PL_F ,
-
View: BEN_COMP_OBJ_ABR_LVL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COMP_OBJ_ABR_LVL_V, object_name:BEN_COMP_OBJ_ABR_LVL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_COMP_OBJ_ABR_LVL_V ,
-
View: BEN_COMP_OBJ_ABR_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COMP_OBJ_ABR_LVL_V, object_name:BEN_COMP_OBJ_ABR_LVL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_COMP_OBJ_ABR_LVL_V ,
-
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_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_PL_EXTRACT_IDENTIFIER_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_EXTRACT_IDENTIFIER_D, object_name:BEN_PL_EXTRACT_IDENTIFIER_D, status:VALID, product: BEN - Advanced Benefits , description: This view displays records from BEN_PL_EXTRACT_IDENTIFIER_F with description of ID fields. , implementation_dba_data: APPS.BEN_PL_EXTRACT_IDENTIFIER_D ,
-
View: BEN_PL_EXTRACT_IDENTIFIER_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_EXTRACT_IDENTIFIER_D, object_name:BEN_PL_EXTRACT_IDENTIFIER_D, status:VALID, product: BEN - Advanced Benefits , description: This view displays records from BEN_PL_EXTRACT_IDENTIFIER_F with description of ID fields. , implementation_dba_data: APPS.BEN_PL_EXTRACT_IDENTIFIER_D ,
-
View: BEN_SS_ROLE_COMP_OBJECT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_SS_ROLE_COMP_OBJECT, object_name:BEN_SS_ROLE_COMP_OBJECT, status:VALID, product: BEN - Advanced Benefits , description: Used in value set for segment OBJ ; context BEN_SS_ROLE_COMP_OBJECTS of Extra Role Information , implementation_dba_data: APPS.BEN_SS_ROLE_COMP_OBJECT ,
-
View: BEN_SS_ROLE_COMP_OBJECT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_SS_ROLE_COMP_OBJECT, object_name:BEN_SS_ROLE_COMP_OBJECT, status:VALID, product: BEN - Advanced Benefits , description: Used in value set for segment OBJ ; context BEN_SS_ROLE_COMP_OBJECTS of Extra Role Information , implementation_dba_data: APPS.BEN_SS_ROLE_COMP_OBJECT ,
-
View: BEN_PL_OIPL_ACTL_PREM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_OIPL_ACTL_PREM_V, object_name:BEN_PL_OIPL_ACTL_PREM_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_OIPL_ACTL_PREM_V ,
-
View: BEN_PL_OIPL_ACTL_PREM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_OIPL_ACTL_PREM_V, object_name:BEN_PL_OIPL_ACTL_PREM_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_OIPL_ACTL_PREM_V ,
-
View: BEN_PRTN_ELIG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTN_ELIG_D, object_name:BEN_PRTN_ELIG_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTN_ELIG_D ,
-
View: BEN_WFREP_RATE_INFO_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_RATE_INFO_VW, object_name:BEN_WFREP_RATE_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_RATE_INFO_VW ,
-
View: BEN_PRTN_ELIG_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTN_ELIG_D, object_name:BEN_PRTN_ELIG_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTN_ELIG_D ,
-
View: BEN_WFREP_RATE_INFO_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_RATE_INFO_VW, object_name:BEN_WFREP_RATE_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_RATE_INFO_VW ,
-
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_FLX_ENRT_RT_INFO_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_RT_INFO_LE_V, object_name:BEN_FLX_ENRT_RT_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_FLX_ENRT_RT_INFO_LE_V ,
-
View: BEN_FLX_ENRT_RT_INFO_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_RT_INFO_LE_V, object_name:BEN_FLX_ENRT_RT_INFO_LE_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_FLX_ENRT_RT_INFO_LE_V ,
-
Table: BEN_PL_F_EFC
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_F_EFC, object_name:BEN_PL_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_PL_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_PL_F_EFC ,
-
Table: BEN_PL_F_EFC
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_F_EFC, object_name:BEN_PL_F_EFC, status:VALID, product: BEN - Advanced Benefits , description: This is a copy of the BEN_PL_F table which is populated by the EFC(Euro as Functional Currency) process. , implementation_dba_data: BEN.BEN_PL_F_EFC ,
-
View: BEN_WFREP_ELIG_INFO_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELIG_INFO_VW, object_name:BEN_WFREP_ELIG_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELIG_INFO_VW ,
-
View: BEN_FLX_ENRT_RT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_RT_INFO_V, object_name:BEN_FLX_ENRT_RT_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_RT_INFO_V ,
-
View: BEN_WFREP_ELIG_INFO_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELIG_INFO_VW, object_name:BEN_WFREP_ELIG_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELIG_INFO_VW ,
-
View: BEN_FLX_ENRT_RT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_RT_INFO_V, object_name:BEN_FLX_ENRT_RT_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_RT_INFO_V ,
-
View: BEN_ELIG_TO_PRTE_RSN_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_TO_PRTE_RSN_D, object_name:BEN_ELIG_TO_PRTE_RSN_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_TO_PRTE_RSN_D ,
-
View: BEN_ELIG_TO_PRTE_RSN_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_TO_PRTE_RSN_D, object_name:BEN_ELIG_TO_PRTE_RSN_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_TO_PRTE_RSN_D ,
-
View: BEN_CVG_AMT_CALC_MTHD_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_D, object_name:BEN_CVG_AMT_CALC_MTHD_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_D ,
-
View: BEN_WFREP_ELCTBL_CHC_INFO_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELCTBL_CHC_INFO_VW, object_name:BEN_WFREP_ELCTBL_CHC_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELCTBL_CHC_INFO_VW ,
-
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_WFREP_ELCTBL_CHC_INFO_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELCTBL_CHC_INFO_VW, object_name:BEN_WFREP_ELCTBL_CHC_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELCTBL_CHC_INFO_VW ,
-
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_CVG_AMT_CALC_MTHD_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CVG_AMT_CALC_MTHD_D, object_name:BEN_CVG_AMT_CALC_MTHD_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_CVG_AMT_CALC_MTHD_D ,
-
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_VALD_RLSHP_FOR_REIMB_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_VALD_RLSHP_FOR_REIMB_D, object_name:BEN_VALD_RLSHP_FOR_REIMB_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_VALD_RLSHP_FOR_REIMB_D ,
-
View: BEN_POPL_RPTG_GRP_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_POPL_RPTG_GRP_D, object_name:BEN_POPL_RPTG_GRP_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_POPL_RPTG_GRP_D ,
-
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 ,
-
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 ,
-
View: BEN_VALD_RLSHP_FOR_REIMB_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_VALD_RLSHP_FOR_REIMB_D, object_name:BEN_VALD_RLSHP_FOR_REIMB_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_VALD_RLSHP_FOR_REIMB_D ,
-
View: BEN_POPL_RPTG_GRP_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_POPL_RPTG_GRP_D, object_name:BEN_POPL_RPTG_GRP_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_POPL_RPTG_GRP_D ,
-
View: BEN_PRTT_ANTHR_PL_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ANTHR_PL_RT_D, object_name:BEN_PRTT_ANTHR_PL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ANTHR_PL_RT_D ,
-
View: BEN_PRTT_ANTHR_PL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ANTHR_PL_RT_D, object_name:BEN_PRTT_ANTHR_PL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ANTHR_PL_RT_D ,
-
View: BEN_PL_FRFS_VAL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_FRFS_VAL_D, object_name:BEN_PL_FRFS_VAL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_FRFS_VAL_D ,
-
View: BEN_PL_FRFS_VAL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_FRFS_VAL_D, object_name:BEN_PL_FRFS_VAL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_FRFS_VAL_D ,
-
View: BEN_POPL_ORG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_POPL_ORG_D, object_name:BEN_POPL_ORG_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_POPL_ORG_D ,
-
View: BEN_POPL_ENRT_TYP_CYCL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_POPL_ENRT_TYP_CYCL_D, object_name:BEN_POPL_ENRT_TYP_CYCL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_POPL_ENRT_TYP_CYCL_D ,
-
View: BEN_ELIG_PRTT_ANTHR_PL_PRTE_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PRTT_ANTHR_PL_PRTE_D, object_name:BEN_ELIG_PRTT_ANTHR_PL_PRTE_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PRTT_ANTHR_PL_PRTE_D ,
-
View: BEN_WV_PRTN_RSN_PL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WV_PRTN_RSN_PL_D, object_name:BEN_WV_PRTN_RSN_PL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_WV_PRTN_RSN_PL_D ,