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.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 ,
-
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 ,
-
APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_CWB_PL_DSGN_PKG dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_CWB_POST_PROCESS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_BATCH_UTILS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on BEN_OIPL_F
12.2.2
-
APPS.BENUTILS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_EXT_ENRT_SPCL dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_DETERMINE_CHC_CTFN dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_EVALUATE_RATE_PROFILES dependencies on BEN_OIPL_F
12.1.1
-
APPS.PQH_GSP_POST_PROCESS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_ELEMENT_ENTRY dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_COP_CACHE dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_EVALUATE_RATE_PROFILES dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_EXT_PERSON dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_ENROLLMENT_PROCESS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_PEN_BUS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_ABR_BUS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_COP_BUS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_ELIGIBILITY_RULE_API dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_RECN_REP dependencies on BEN_OIPL_F
12.1.1
-
APPS.HR_CAGR_ENT_LINES_API dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_ABR_INS dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_EVALUATE_DPNT_ELG_PROFILES dependencies on BEN_OIPL_F
12.1.1
-
APPS.PQH_GSP_STAGE_TO_BEN dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_EHC_BUS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_DET_WAIT_PERD_CMPLTN dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_EPE_BUS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_ICM_LIFE_EVENTS dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_APR_BUS dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_EFC_ADJUSTMENTS dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_CEL_CACHE dependencies on BEN_OIPL_F
12.2.2
-
APPS.HR_PUMP_GET dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on BEN_OIPL_F
12.2.2
-
APPS.GHR_GENERAL dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_PERSON_RECORD dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_ELIG_CVRD_DPNT_API dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_ELECTION_INFORMATION dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_BATCH_UTILS dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_PREM_PL_OIPL_MONTHLY dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_DET_WAIT_PERD_CMPLTN dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_OIPL_F
12.2.2
-
APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_OIPL_F
12.1.1
-
APPS.BEN_NEWLY_INELIGIBLE dependencies on BEN_OIPL_F
12.2.2