Search Results ben_elig_stdnt_stat_cvg_f
Overview
The BEN.BEN_ELIG_STDNT_STAT_CVG_F table is a core configuration object within Oracle Advanced Benefits (BEN). It stores the student status rules that determine whether a dependent remains eligible for coverage under a specific compensation object, such as a benefit plan, program, or option. In practice, this table records the relationship between a defined student status code and the dependent coverage eligibility profile that governs enrollment, allowing plan administrators to enforce age-and-student-status-based eligibility restrictions that are common in health, dental, and life insurance offerings.
The object is registered as a VALID table owned by the BEN schema, documented against Oracle EBS 12.2.2 with 47 physical columns and a composite primary key constraint named BEN_ELIG_STDNT_STAT_CVG_F_PK. The "_F" suffix denotes a date-tracked (datetrack) entity, meaning rows are effective-dated rather than physically deleted. Based on the mined foreign-key structure, the table is a standalone entity with no documented outbound relationships to other objects; a Data Vault modeler might therefore suggest classifying it as a satellite, since it appears to capture descriptive, time-variant attributes rather than serving as a hub or link between distinct business keys.
Key Information Stored
The most significant columns in this table fall into three groups: identity, eligibility rule definition, and audit control.
- ELIG_STDNT_STAT_CVG_ID — the system-generated surrogate identifier for each student-status coverage rule row.
- EFFECTIVE_START_DATE and EFFECTIVE_END_DATE — the datetrack boundaries that establish when a given rule version is active; together with the surrogate ID they form the primary key.
- BUSINESS_GROUP_ID — the enterprise or business group that owns the rule, providing multi-tenant partitioning.
- STDNT_STAT_CD — the student status code that the dependent must satisfy to qualify for coverage.
- DPNT_CVG_ELIGY_PRFL_ID — the dependent coverage eligibility profile to which the student status rule is attached.
- CVG_STRT_RL and CVG_THRU_RL — the rules governing when coverage starts and when it terminates.
- CVG_STRT_CD and CVG_THRU_CD — the corresponding start and through codes that qualify the coverage window.
- ESC_ATTRIBUTE_CATEGORY plus ESC_ATTRIBUTE1 through ESC_ATTRIBUTE30 — a large descriptive flexfield block reserved for customer-specific extensions.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE, and OBJECT_VERSION_NUMBER — standard audit and optimistic-locking columns.
The unique business-key candidate is the composite primary key (ELIG_STDNT_STAT_CVG_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE). No alternate unique index is documented, so the surrogate ID carries the business meaning of the rule set.
Common Use Cases and Queries
Typical usage centers on verifying and reporting the student-status eligibility restrictions attached to a dependent coverage profile. A common query retrieves the currently effective rules for a given profile:
- Joining to eligibility profile tables on DPNT_CVG_ELIGY_PRFL_ID to render a human-readable rule summary.
- Filtering by SYSDATE between EFFECTIVE_START_DATE and EFFECTIVE_END_DATE to isolate the active rule version.
- Restricting by BUSINESS_GROUP_ID to scope results to a single legal entity or enterprise.
- Auditing configuration changes using LAST_UPDATE_DATE and LAST_UPDATED_BY for compliance or change-tracking reports.
Because the table is datetracked, historical versions remain queryable by adjusting the effective-date predicates, which supports point-in-time eligibility reporting and reconciliation of enrollment outcomes.
Related Objects
The mined FK structure classifies this object as standalone, meaning no direct foreign-key dependencies to other BEN tables are documented. Nonetheless, it participates logically in the Advanced Benefits eligibility model and is typically referenced alongside:
- BEN_ELIGY_PRFL_F — the eligibility profile master, joined via DPNT_CVG_ELIGY_PRFL_ID.
- BEN_ELIG_PRFL_DPNT_CVG_F — dependent coverage rules that contextualize the profile.
- BEN_PGM_F, BEN_PL_F, and BEN_OIPL_F — compensation objects that ultimately depend on the student-status rule outcome.
- BEN_PRTT_ENRT_RSLT_F — enrollment results that reflect the applied eligibility determination.
- The BEN_ELIG_STDNT_STAT_CVG_F_PK constraint itself, which enforces uniqueness across the surrogate and datetrack columns.
These associations are derived from functional context rather than documented foreign keys; implementers should confirm actual join paths in their environment before relying on them for integration or extract logic.
-
Table: BEN_ELIG_STDNT_STAT_CVG_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_F, object_name:BEN_ELIG_STDNT_STAT_CVG_F, status:VALID, product: BEN - Advanced Benefits , description: Student status required to cover dependents in a compensation object. , implementation_dba_data: BEN.BEN_ELIG_STDNT_STAT_CVG_F ,
-
Table: BEN_ELIG_STDNT_STAT_CVG_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_F, object_name:BEN_ELIG_STDNT_STAT_CVG_F, status:VALID, product: BEN - Advanced Benefits , description: Student status required to cover dependents in a compensation object. , implementation_dba_data: BEN.BEN_ELIG_STDNT_STAT_CVG_F ,
-
APPS.BEN_ESC_SHD SQL Statements
12.1.1
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_F_DFV
12.2.2
-
APPS.BEN_ESC_SHD SQL Statements
12.2.2
-
VIEW: APPS.BENBV_ELIG_STDNT_STAT_CVG_V
12.1.1
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_F_DFV
12.1.1
-
VIEW: BEN.BEN_ELIG_STDNT_STAT_CVG_F#
12.2.2
owner:BEN, object_type:VIEW, object_name:BEN_ELIG_STDNT_STAT_CVG_F#, status:VALID,
-
SYNONYM: APPS.BEN_ELIG_STDNT_STAT_CVG_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_ELIG_STDNT_STAT_CVG_F, status:VALID,
-
VIEW: APPS.BENBV_ELIG_STDNT_STAT_CVG_V
12.2.2
-
SYNONYM: APPS.BEN_ELIG_STDNT_STAT_CVG_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_ELIG_STDNT_STAT_CVG_F, status:VALID,
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_X
12.1.1
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_X
12.2.2
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_V
12.2.2
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_V
12.1.1
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG
12.2.2
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG
12.1.1
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_D
12.2.2
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_D
12.1.1
-
APPS.BEN_ESC_BUS SQL Statements
12.1.1
-
VIEW: BEN.BEN_ELIG_STDNT_STAT_CVG_F#
12.2.2
-
APPS.BEN_ESC_BUS SQL Statements
12.2.2
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_F_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:BEN_ELIG_STDNT_STAT_CVG_F_DFV, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_SHD
12.2.2
-
PACKAGE BODY: APPS.BEN_ESC_SHD
12.1.1
-
TRIGGER: APPS.BEN_ELIG_STDNT_STAT_CVG_F_WHO
12.2.2
-
TRIGGER: APPS.BEN_ELIG_STDNT_STAT_CVG_F_WHO
12.1.1
-
PACKAGE BODY: APPS.BEN_ESC_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_INS, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_SHD, status:VALID,
-
VIEW: APPS.BEN_ELIG_STDNT_STAT_CVG_F_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:BEN_ELIG_STDNT_STAT_CVG_F_DFV, status:VALID,
-
TRIGGER: APPS.BEN_ELIG_STDNT_STAT_CVG_F_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:BEN_ELIG_STDNT_STAT_CVG_F_WHO, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_UPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_UPD, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_SHD, status:VALID,
-
APPS.BEN_ESC_DEL SQL Statements
12.1.1
-
TABLE: BEN.BEN_ELIG_STDNT_STAT_CVG_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_F, object_name:BEN_ELIG_STDNT_STAT_CVG_F, status:VALID,
-
TRIGGER: APPS.BEN_ELIG_STDNT_STAT_CVG_F_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BEN_ELIG_STDNT_STAT_CVG_F_WHO, status:VALID,
-
PACKAGE BODY: APPS.BEN_ELIG_STDNT_STAT_CVG_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ELIG_STDNT_STAT_CVG_API, status:VALID,
-
TABLE: BEN.BEN_ELIG_STDNT_STAT_CVG_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_F, object_name:BEN_ELIG_STDNT_STAT_CVG_F, status:VALID,
-
View: BENBV_ELIG_STDNT_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_STDNT_STAT_CVG_V, object_name:BENBV_ELIG_STDNT_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable student statuses which contact must have to be eligible for a participant to designate him or her for coverage. , implementation_dba_data: APPS.BENBV_ELIG_STDNT_STAT_CVG_V ,
-
PACKAGE BODY: APPS.BEN_ESC_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_UPD, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_BUS, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_DEL, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_DEL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_DEL, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_INS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_INS, status:VALID,
-
PACKAGE BODY: APPS.BEN_ESC_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ESC_BUS, status:VALID,
-
View: BEN_ELIG_STDNT_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_V, object_name:BEN_ELIG_STDNT_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_STDNT_STAT_CVG_V ,
-
View: BEN_ELIG_STDNT_STAT_CVG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_D, object_name:BEN_ELIG_STDNT_STAT_CVG_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_STDNT_STAT_CVG_D ,
-
PACKAGE BODY: APPS.BEN_ELIG_STDNT_STAT_CVG_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_ELIG_STDNT_STAT_CVG_API, status:VALID,
-
View: BENBV_ELIG_STDNT_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_STDNT_STAT_CVG_V, object_name:BENBV_ELIG_STDNT_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable student statuses which contact must have to be eligible for a participant to designate him or her for coverage. , implementation_dba_data: APPS.BENBV_ELIG_STDNT_STAT_CVG_V ,
-
View: BEN_ELIG_STDNT_STAT_CVG_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_STDNT_STAT_CVG_D, object_name:BEN_ELIG_STDNT_STAT_CVG_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_STDNT_STAT_CVG_D ,