Search Results ben_oipl_f
Overview
The BEN_OIPL_F table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module. It stores the fundamental relationship between benefit options and the plans in which they are offered, representing the "Option in Plan" entity. This table is crucial for configuring flexible benefit programs, as it defines which specific coverage options (e.g., a particular dental coverage level or HMO provider) are available under a broader benefit plan (e.g., the "Health Insurance Plan"). 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 historical record of these associations, allowing for changes over time while preserving auditability.
Key Information Stored
The table's primary purpose is to link an option to a plan within a specific effective date range. Its structure, as indicated by the metadata, centers on a unique identifier and date tracking. The primary key is a composite of OIPL_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE. While the full column list is not provided, the key columns and naming convention imply the table likely contains foreign key references to the parent plan (PL_ID from BEN_PL_F) and the child option (OPT_ID from BEN_OPT_F). Other typical columns would include attributes controlling enrollment eligibility, default settings, and system audit information such as CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is central to benefits administration processes. Common use cases include generating a catalog of available choices for an enrollment window, validating employee elections, and running reports on plan offerings. A typical query would join BEN_OIPL_F to the plan and option tables to list all active options within a specific plan for a given date.
SELECT p.NAME PLAN_NAME, o.NAME OPTION_NAME, oipl.EFFECTIVE_START_DATE, oipl.EFFECTIVE_END_DATE
FROM BEN_OIPL_F oipl,
BEN_PL_F p,
BEN_OPT_F o
WHERE oipl.PL_ID = p.PL_ID
AND oipl.OPT_ID = o.OPT_ID
AND SYSDATE BETWEEN oipl.EFFECTIVE_START_DATE AND oipl.EFFECTIVE_END_DATE
AND p.NAME = '<Plan Name>'
ORDER BY o.NAME;
Another critical use is in data migration or integration scenarios, where this table must be populated or referenced to correctly establish the plan-option hierarchy.
Related Objects
BEN_OIPL_F is a key junction table within a network of Benefits objects. It has direct relationships with:
- BEN_PL_F: The parent Plan table.
- BEN_OPT_F: The child Option table.
- BEN_OIPL_F_PK: The primary key constraint enforcing uniqueness.
- Various Benefits APIs and user interfaces (e.g., Plan Design screens) that create, update, or query option-in-plan definitions.
- Downstream enrollment and eligibility processing logic that relies on the valid associations stored in this table.
-
Table: BEN_OIPL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_OIPL_F, object_name:BEN_OIPL_F, status:VALID, product: BEN - Advanced Benefits , description: Option in plan , implementation_dba_data: BEN.BEN_OIPL_F ,
-
Table: BEN_OIPL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_OIPL_F, object_name:BEN_OIPL_F, status:VALID, product: BEN - Advanced Benefits , description: Option in plan , implementation_dba_data: BEN.BEN_OIPL_F ,
-
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 ,
-
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_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_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_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_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_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_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_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_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_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_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_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_POOL_INFO_V, object_name:BEN_FLX_ENRT_POOL_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_POOL_INFO_V ,
-
View: BEN_FLX_ENRT_POOL_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_FLX_ENRT_POOL_INFO_V, object_name:BEN_FLX_ENRT_POOL_INFO_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_FLX_ENRT_POOL_INFO_V ,
-
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_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_ENRT_CTFN_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_CTFN_D, object_name:BEN_ENRT_CTFN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_CTFN_D ,
-
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_CTFN_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_CTFN_D, object_name:BEN_ENRT_CTFN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_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_ELIG_ENRLD_ANTHR_OIPL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ENRLD_ANTHR_OIPL_D, object_name:BEN_ELIG_ENRLD_ANTHR_OIPL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ELIG_ENRLD_ANTHR_OIPL_D ,
-
View: BEN_ELIG_ENRLD_ANTHR_OIPL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ENRLD_ANTHR_OIPL_D, object_name:BEN_ELIG_ENRLD_ANTHR_OIPL_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ELIG_ENRLD_ANTHR_OIPL_D ,
-
View: BEN_ENRLD_ANTHR_OIPL_RT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRLD_ANTHR_OIPL_RT_D, object_name:BEN_ENRLD_ANTHR_OIPL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRLD_ANTHR_OIPL_RT_D ,
-
View: BEN_ENRLD_ANTHR_OIPL_RT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRLD_ANTHR_OIPL_RT_D, object_name:BEN_ENRLD_ANTHR_OIPL_RT_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRLD_ANTHR_OIPL_RT_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_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_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_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_ELCTBL_CHC_ENRT_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELCTBL_CHC_ENRT_RT_V, object_name:BEN_ELCTBL_CHC_ENRT_RT_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELCTBL_CHC_ENRT_RT_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_ELCTBL_CHC_ENRT_RT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELCTBL_CHC_ENRT_RT_V, object_name:BEN_ELCTBL_CHC_ENRT_RT_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELCTBL_CHC_ENRT_RT_V ,
-
View: BEN_DSGN_RQMT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DSGN_RQMT_D, object_name:BEN_DSGN_RQMT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_DSGN_RQMT_D ,
-
View: BEN_DSGN_RQMT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DSGN_RQMT_D, object_name:BEN_DSGN_RQMT_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_DSGN_RQMT_D ,
-
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_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_ENRT_OVERRIDE_NON_OAB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_OVERRIDE_NON_OAB_V, object_name:BEN_ENRT_OVERRIDE_NON_OAB_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_OVERRIDE_NON_OAB_V ,
-
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_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_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_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_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_ENRT_OVERRIDE_NON_OAB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ENRT_OVERRIDE_NON_OAB_V, object_name:BEN_ENRT_OVERRIDE_NON_OAB_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_ENRT_OVERRIDE_NON_OAB_V ,
-
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_OIPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_OIPL_V, object_name:BEN_OIPL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_OIPL_V ,
-
View: BEN_OIPL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_OIPL_V, object_name:BEN_OIPL_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_OIPL_V ,
-
View: BEN_OIPL_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_OIPL_X, object_name:BEN_OIPL_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_OIPL_X ,