Search Results ben_dpnt_cvg_start
Overview
APPS.BENBV_ELIG_MLTRY_STAT_CVG_V is a read-only reporting view in the Oracle E-Business Suite Advanced Benefits (BEN) module. It presents military status dependent coverage eligibility rules defined at the dependent coverage eligibility profile level. The view is a business-facing ("BV") construct that flattens the underlying configuration table BEN_ELIG_MLTRY_STAT_CVG_F into a denormalized, query-friendly form suitable for reports, extracts, and integration interfaces. It exposes effective-dated rows, descriptive flexfield placeholders, decoded lookup meanings, identifier columns, and standard WHO (audit) columns. Because the view is defined with the WITH READ ONLY clause, it cannot be used as the target of DML and is intended strictly for retrieval. The view also enforces row-level security through the HR_BIS.GET_SEC_PROFILE_BG_ID function, restricting returned rows to the business group of the session's security profile when one is set.
Underlying Base Objects
The view is defined over a single base object, BEN_ELIG_MLTRY_STAT_CVG_F, referenced here through a synonym, which supplies the eligibility profile and military status coverage rule rows. The military status code and both the coverage start and coverage end codes are translated at runtime by the HR_BIS package function BIS_DECODE_LOOKUP, which resolves the stored lookup codes into their display meanings. The business group filter in the WHERE clause calls HR_BIS.GET_SEC_PROFILE_BG_ID so that the result set conforms to the operator's security profile. The documented base objects are therefore BEN_ELIG_MLTRY_STAT_CVG_F and the HR_BIS package. No joins to additional tables are present in the view text; instead, lookup decoding is performed through function calls.
Key Columns
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — Date-effective boundaries of each eligibility rule row.
- CVG_STRT_RL / CVG_THRU_RL — Rule-based qualifiers governing when coverage may begin and end.
- MLTRY_STAT_CD — Code identifying the military status to which the rule applies; a decoded meaning is returned through BIS_DECODE_LOOKUP on the YES_NO lookup.
- CVG_STRT_CD — Coverage start code, decoded against the BEN_DPNT_CVG_START lookup type.
- CVG_THRU_CD — Coverage end code, decoded against the BEN_DPNT_CVG_END lookup type. This is the column referenced when users search for the dependency coverage end lookup, "ben_dpnt_cvg_end".
- ELIG_MLTRY_STAT_CVG_ID — Primary identifier of the underlying eligibility military status coverage row.
- BUSINESS_GROUP_ID — Business group owning the row, used for multi-tenant and security filtering.
- DPNT_CVG_ELIGY_PRFL_ID — Foreign key to the dependent coverage eligibility profile that the rule belongs to.
- Descriptive flexfield placeholder — The literal '_DF:BEN:BEN_ELIG_MLTRY_STAT_CVG_F:EMC' signals that DFF attributes for BEN_ELIG_MLTRY_STAT_CVG_F are available to the consuming form or report.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATED_BY, CREATION_DATE — Standard WHO audit columns.
Common Use Cases and Queries
Typical uses include auditing military status coverage rules per eligibility profile, validating that coverage start and end codes map to expected lookup meanings, and exporting eligibility configuration for conversion or integration. The decoded columns allow report authors to avoid separate lookup joins. A basic retrieval by profile follows:
SELECT elig_m ltry_stat_cvg_id, cvg_strt_cd, cvg_thru_cd, effective_start_date, effective_end_date FROM apps.benbv_elig_mltry_stat_cvg_v WHERE dpnt_cvg_eligy_prfl_id = :p_profile_id ORDER BY effective_start_date;
To inspect the dependency coverage end lookups referenced by the view, filter on the decoded end value or examine CVG_THRU_CD directly and resolve it with HR_BIS.BIS_DECODE_LOOKUP against 'BEN_DPNT_CVG_END'. Because the view is read-only and security-profile aware, queries executed under an operator's session return only rows for the applicable business group.
-
VIEW: APPS.BENBV_ELIG_MLTRY_STAT_CVG_V
12.2.2
-
VIEW: APPS.BENBV_ELIG_MRTL_STAT_CVG_V
12.2.2
-
VIEW: APPS.BENBV_ELIG_MLTRY_STAT_CVG_V
12.1.1
-
VIEW: APPS.BENBV_ELIG_DSBLD_STAT_CVG_V
12.2.2
-
VIEW: APPS.BENBV_ELIG_AGE_CVG_V
12.1.1
-
VIEW: APPS.BENBV_ELIG_DSBLD_STAT_CVG_V
12.1.1
-
VIEW: APPS.BENBV_DPNT_CVG_RQD_RLSHP_V
12.1.1
-
VIEW: APPS.BENBV_ELIG_STDNT_STAT_CVG_V
12.1.1
-
VIEW: APPS.BENBV_ELIG_MRTL_STAT_CVG_V
12.1.1
-
VIEW: APPS.BENBV_DPNT_CVG_RQD_RLSHP_V
12.2.2
-
VIEW: APPS.BENBV_ELIG_STDNT_STAT_CVG_V
12.2.2
-
VIEW: APPS.BENBV_ELIG_AGE_CVG_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.BENBV_ELIG_MRTL_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MRTL_STAT_CVG_V, object_name:BENBV_ELIG_MRTL_STAT_CVG_V, status:VALID,
-
VIEW: APPS.BENBV_DPNT_CVG_RQD_RLSHP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_DPNT_CVG_RQD_RLSHP_V, object_name:BENBV_DPNT_CVG_RQD_RLSHP_V, status:VALID,
-
VIEW: APPS.BENBV_ELIG_AGE_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_AGE_CVG_V, object_name:BENBV_ELIG_AGE_CVG_V, status:VALID,
-
VIEW: APPS.BENBV_ELIG_MLTRY_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MLTRY_STAT_CVG_V, object_name:BENBV_ELIG_MLTRY_STAT_CVG_V, status:VALID,
-
VIEW: APPS.BENBV_ELIG_MRTL_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MRTL_STAT_CVG_V, object_name:BENBV_ELIG_MRTL_STAT_CVG_V, status:VALID,
-
VIEW: APPS.BENBV_ELIG_MLTRY_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MLTRY_STAT_CVG_V, object_name:BENBV_ELIG_MLTRY_STAT_CVG_V, status:VALID,
-
VIEW: APPS.BENBV_ELIG_AGE_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_AGE_CVG_V, object_name:BENBV_ELIG_AGE_CVG_V, status:VALID,
-
View: BENBV_ELIG_MRTL_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MRTL_STAT_CVG_V, object_name:BENBV_ELIG_MRTL_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable marital statuses which contact must have, to be eligible for a participant to designate a him or her for coverage , implementation_dba_data: APPS.BENBV_ELIG_MRTL_STAT_CVG_V ,
-
VIEW: APPS.BENBV_ELIG_DSBLD_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_DSBLD_STAT_CVG_V, object_name:BENBV_ELIG_DSBLD_STAT_CVG_V, status:VALID,
-
View: BENBV_ELIG_MLTRY_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MLTRY_STAT_CVG_V, object_name:BENBV_ELIG_MLTRY_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable military statuses which contact must have to be eligible for a participant to designate him or her for coverage , implementation_dba_data: APPS.BENBV_ELIG_MLTRY_STAT_CVG_V ,
-
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: BENBV_ELIG_DSBLD_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_DSBLD_STAT_CVG_V, object_name:BENBV_ELIG_DSBLD_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable disabled statuses which contact must have, to be eligible for a participant to designate a him or her for coverage , implementation_dba_data: APPS.BENBV_ELIG_DSBLD_STAT_CVG_V ,
-
VIEW: APPS.BENBV_ELIG_DSBLD_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_DSBLD_STAT_CVG_V, object_name:BENBV_ELIG_DSBLD_STAT_CVG_V, status:VALID,
-
VIEW: APPS.BENBV_DPNT_CVG_RQD_RLSHP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_DPNT_CVG_RQD_RLSHP_V, object_name:BENBV_DPNT_CVG_RQD_RLSHP_V, status:VALID,
-
View: BENBV_ELIG_AGE_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_AGE_CVG_V, object_name:BENBV_ELIG_AGE_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies age related requirements which must be satisfied in order for a participant to designate a dependent for a program, plan type, or plan type in program , implementation_dba_data: APPS.BENBV_ELIG_AGE_CVG_V ,
-
View: BENBV_ELIG_AGE_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_AGE_CVG_V, object_name:BENBV_ELIG_AGE_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies age related requirements which must be satisfied in order for a participant to designate a dependent for a program, plan type, or plan type in program , implementation_dba_data: APPS.BENBV_ELIG_AGE_CVG_V ,
-
View: BENBV_ELIG_MLTRY_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MLTRY_STAT_CVG_V, object_name:BENBV_ELIG_MLTRY_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable military statuses which contact must have to be eligible for a participant to designate him or her for coverage , implementation_dba_data: APPS.BENBV_ELIG_MLTRY_STAT_CVG_V ,
-
View: BENBV_DPNT_CVG_RQD_RLSHP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_DPNT_CVG_RQD_RLSHP_V, object_name:BENBV_DPNT_CVG_RQD_RLSHP_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the relationship that must exist between the participant and dependent in order for a participant to designate a dependent for an enrollment. , implementation_dba_data: APPS.BENBV_DPNT_CVG_RQD_RLSHP_V ,
-
View: BENBV_ELIG_DSBLD_STAT_CVG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_DSBLD_STAT_CVG_V, object_name:BENBV_ELIG_DSBLD_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable disabled statuses which contact must have, to be eligible for a participant to designate a him or her for coverage , implementation_dba_data: APPS.BENBV_ELIG_DSBLD_STAT_CVG_V ,
-
View: BENBV_DPNT_CVG_RQD_RLSHP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_DPNT_CVG_RQD_RLSHP_V, object_name:BENBV_DPNT_CVG_RQD_RLSHP_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the relationship that must exist between the participant and dependent in order for a participant to designate a dependent for an enrollment. , implementation_dba_data: APPS.BENBV_DPNT_CVG_RQD_RLSHP_V ,
-
View: BENBV_ELIG_MRTL_STAT_CVG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_MRTL_STAT_CVG_V, object_name:BENBV_ELIG_MRTL_STAT_CVG_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the applicable marital statuses which contact must have, to be eligible for a participant to designate a him or her for coverage , implementation_dba_data: APPS.BENBV_ELIG_MRTL_STAT_CVG_V ,
-
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 ,
-
eTRM - BEN Tables and Views
12.2.2
description: Start and End periods. ,
-
eTRM - BEN Tables and Views
12.1.1
description: Start and End periods. ,