Search Results ben_dpnt_cvg_eligy_prfl_f
Overview
BEN_DPNT_CVG_ELIGY_PRFL_F is the foundational, date-tracked entity in the Oracle Advanced Benefits (BEN) module that stores dependent coverage eligibility profiles. In Oracle EBS Release 12.1.1 and 12.2.2, this table defines the rules and criteria that determine whether a dependent (spouse, child, or other qualified individual) is eligible to be enrolled under a specific benefit program or plan. Each row represents a version of an eligibility profile, archived across effective date ranges to preserve historical eligibility logic as plan configurations evolve.
The table is owned by the BEN schema and is classified as a standalone entity under the heuristic Data Vault modeling scheme derived from its foreign-key structure. As a suggestion for data-warehouse ingestion, this object is best modeled as a satellite keyed by DPNT_CVG_ELIGY_PRFL_ID, since most columns describe descriptive attributes of a single eligibility profile rather than foreign-key relationships to other business entities. The absence of strong incoming FK linkages supports treating it as a self-contained dimension of eligibility definition data.
Key Information Stored
The table comprises 56 columns. The primary key, enforced by BEN_DPNT_CVG_ELIGY_PRFL_F_PK, is a composite of DPNT_CVG_ELIGY_PRFL_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE. The DPNT_CVG_ELIGY_PRFL_ID is the surrogate identifier assigned to each eligibility profile; the two date columns provide the DateTrack versioning boundary that allows multiple rows per profile across time.
- DPNT_CVG_ELIGY_PRFL_ID — Surrogate primary key identifier for the profile.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — DateTrack columns forming the version boundary.
- NAME / DCE_DESC — User-facing profile name and descriptive text.
- BUSINESS_GROUP_ID — Multi-tenant discriminator linking the profile to an enterprise business group.
- REGN_ID — Regulatory or legislative region context (e.g., country-specific eligibility rules).
- DPNT_CVG_ELIGY_PRFL_STAT_CD — Status code (active/inactive) of the eligibility profile.
- DPNT_CVG_ELIG_DET_RL — Rule logic governing detailed dependent eligibility evaluation.
- DPNT_RLSHP_FLAG — Whether relationship to the employee is a qualifying criterion.
- DPNT_AGE_FLAG / DPNT_STUD_FLAG / DPNT_DSBLD_FLAG / DPNT_MRTL_FLAG — Flags enabling age, student status, disability, and marital status criteria.
- DPNT_MLTRY_FLAG / DPNT_PSTL_FLAG — Military and postal (address) eligibility criteria flags.
- DPNT_CVRD_IN_ANTHR_PL_FLAG / DPNT_DSGNT_CRNTLY_ENRLD_FLAG / DPNT_CRIT_FLAG — Flags for coverage under another plan, currently-designated enrollment, and critical criterion designation.
- DCE_ATTRIBUTE1 … DCE_ATTRIBUTE30 — Descriptive flexfield (DFF) segments for customer-defined extensions.
- CREATED_BY / CREATION_DATE / LAST_UPDATED_BY / LAST_UPDATE_DATE / LAST_UPDATE_LOGIN / OBJECT_VERSION_NUMBER — Standard WHO audit columns and optimistic locking.
Common Use Cases and Queries
Functional consultants and developers query this table to inspect why a dependent was accepted or rejected during benefits enrollment, to migrate eligibility profiles between environments, or to report on plan eligibility configuration. A typical query filters for the current active version of a profile using SYSDATE between the effective dates:
SELECT * FROM ben.ben_dpnt_cvg_eligy_prfl_f WHERE dpnt_cvg_eligy_prfl_id = :id AND TRUNC(SYSDATE) BETWEEN effective_start_date AND effective_end_date;- Reporting on profiles enabled for a specific criterion:
SELECT name, dce_desc FROM ben.ben_dpnt_cvg_eligy_prfl_f WHERE dpnt_age_flag = 'Y' AND dpnt_cvg_eligy_prfl_stat_cd = 'A'; - Extracting DFF context for integration: select DCE_ATTRIBUTE_CATEGORY alongside one or more DCE_ATTRIBUTE columns.
Because BEN is DateTrack-enabled, any query that omits the effective date predicate will return multiple historical versions and must be handled carefully in reports and extracts.
Related Objects
The metadata identifies this table as standalone from an FK perspective. In practice, the following objects participate in the dependent coverage eligibility flow:
- BEN_DPNT_CVG_ELIGY_PRFL — Non-dated companion view or table exposing the current definition.
- BEN_DPNT_CVG_ELIGY_PRFL_F_PK — Primary key index enforcing record uniqueness.
- BEN_ELIG_DPNT_CVG_PRTE — Eligibility prerequisites referencing dependent coverage profiles.
- BEN_PGM_F / BEN_PL_F — Program and plan definitions whose eligibility is qualified by these profiles.
- BEN_PER_ELIG_DPNT_CVG — Person-level eligibility results derived from these rules.
- PER_GRADE_DEFINITIONS / PER_PEOPLE_F — Person and assignment context used when evaluating dependent criteria.
- FND_FLEX_VALUES_VL — Value sets referenced by the DCE_ATTRIBUTE DFF segments.
-
Table: BEN_DPNT_CVG_ELIGY_PRFL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_DPNT_CVG_ELIGY_PRFL_F, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F, status:VALID, product: BEN - Advanced Benefits , description: Dependent coverage eligibility profile. , implementation_dba_data: BEN.BEN_DPNT_CVG_ELIGY_PRFL_F ,
-
Table: BEN_DPNT_CVG_ELIGY_PRFL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_DPNT_CVG_ELIGY_PRFL_F, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F, status:VALID, product: BEN - Advanced Benefits , description: Dependent coverage eligibility profile. , implementation_dba_data: BEN.BEN_DPNT_CVG_ELIGY_PRFL_F ,
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F_DFV
12.2.2
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F_DFV
12.1.1
-
APPS.BEN_DCE_SHD SQL Statements
12.2.2
-
APPS.BEN_DCE_SHD SQL Statements
12.1.1
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_D
12.2.2
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_D
12.1.1
-
SYNONYM: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F, status:VALID,
-
VIEW: APPS.BEN_DSGNTR_ENRLD_CVG_D
12.1.1
-
VIEW: APPS.BEN_DSGNTR_ENRLD_CVG_D
12.2.2
-
SYNONYM: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F, status:VALID,
-
VIEW: APPS.BEN_DPNT_CVRD_ANTHR_PL_CVG_D
12.1.1
-
VIEW: APPS.BEN_DPNT_CVRD_ANTHR_PL_CVG_D
12.2.2
-
VIEW: BEN.BEN_DPNT_CVG_ELIGY_PRFL_F#
12.2.2
owner:BEN, object_type:VIEW, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F#, status:VALID,
-
VIEW: APPS.BENBV_DPNT_CVG_ELIGY_PRFL_V
12.2.2
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_X
12.2.2
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_X
12.1.1
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_V
12.2.2
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_V
12.1.1
-
VIEW: APPS.BENBV_DPNT_CVG_ELIGY_PRFL_V
12.1.1
-
VIEW: APPS.BEN_ELIG_DSBLD_STAT_CVG_D
12.1.1
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL
12.1.1
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL
12.2.2
-
VIEW: APPS.BEN_ELIG_MRTL_STAT_CVG_D
12.2.2
-
VIEW: APPS.BEN_APLD_DPNT_CVG_ELIG_PRFL_D
12.2.2
-
VIEW: APPS.BEN_DPNT_CVG_RQD_RLSHP_D
12.2.2
-
VIEW: APPS.BEN_ELIG_DSBLD_STAT_CVG_D
12.2.2
-
VIEW: APPS.BEN_APLD_DPNT_CVG_ELIG_PRFL_D
12.1.1
-
VIEW: APPS.BEN_ELIG_MRTL_STAT_CVG_D
12.1.1
-
VIEW: APPS.BEN_DPNT_CVG_RQD_RLSHP_D
12.1.1
-
VIEW: APPS.BEN_ELIG_MLTRY_STAT_CVG_D
12.2.2
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_D
12.2.2
-
VIEW: APPS.BEN_ELIG_AGE_CVG_D
12.1.1
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_D
12.1.1
-
VIEW: APPS.BEN_ELIG_MLTRY_STAT_CVG_D
12.1.1
-
VIEW: APPS.BEN_ELIG_AGE_CVG_D
12.2.2
-
APPS.BEN_DCE_BUS SQL Statements
12.1.1
-
VIEW: BEN.BEN_DPNT_CVG_ELIGY_PRFL_F#
12.2.2
-
APPS.BEN_DCE_BUS SQL Statements
12.2.2
-
View: BEN_DPNT_CVG_ELIGY_PRFL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DPNT_CVG_ELIGY_PRFL_D, object_name:BEN_DPNT_CVG_ELIGY_PRFL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_DPNT_CVG_ELIGY_PRFL_D ,
-
TRIGGER: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F_WHO, status:VALID,
-
View: BEN_DSGNTR_ENRLD_CVG_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DSGNTR_ENRLD_CVG_D, object_name:BEN_DSGNTR_ENRLD_CVG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_DSGNTR_ENRLD_CVG_D ,
-
TRIGGER: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F_WHO, status:VALID,
-
View: BEN_DPNT_CVG_ELIGY_PRFL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DPNT_CVG_ELIGY_PRFL_D, object_name:BEN_DPNT_CVG_ELIGY_PRFL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_DPNT_CVG_ELIGY_PRFL_D ,
-
View: BEN_DSGNTR_ENRLD_CVG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_DSGNTR_ENRLD_CVG_D, object_name:BEN_DSGNTR_ENRLD_CVG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_DSGNTR_ENRLD_CVG_D ,
-
PACKAGE BODY: APPS.BEN_DCE_SHD
12.1.1
-
VIEW: APPS.BEN_DPNT_CVG_ELIGY_PRFL_F_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:BEN_DPNT_CVG_ELIGY_PRFL_F_DFV, status:VALID,
-
PACKAGE BODY: APPS.BEN_DCE_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_DCE_SHD, status:VALID,
-
PACKAGE BODY: APPS.BEN_DCE_SHD
12.2.2