ACA_CVRD_DP_VW

(SQL View)
Index Back

Covered Dependent View

This view returns dependents who are enrolled in health coverage.

SELECT A.EMPLID , A.EMPL_RCD , A.COBRA_EVENT_ID , A.PLAN_TYPE , A.BENEFIT_NBR , A.EFFDT , A.COVERAGE_BEGIN_DT , B.DEPENDENT_BENEF , A.BENEFIT_PLAN , A.COVRG_CD , A.COVERAGE_ELECT FROM PS_HEALTH_BENEFIT A , PS_HEALTH_DEPENDNT B WHERE A.EMPLID = B.EMPLID AND A.EMPL_RCD = B.EMPL_RCD AND A.COBRA_EVENT_ID = B.COBRA_EVENT_ID AND A.PLAN_TYPE = B.PLAN_TYPE AND A.BENEFIT_NBR = B.BENEFIT_NBR AND A.EFFDT = B.EFFDT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
3 COBRA_EVENT_ID Number(3,0) SMALLINT NOT NULL Uniquely identifies a COBRA event within an employee's benefits records, and is system-generated.
4 PLAN_TYPE Character(2) VARCHAR2(2) NOT NULL Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans.
5 BENEFIT_NBR Number(3,0) SMALLINT NOT NULL Note! Although this field is part of the index schema for most Base Benefits enrollment-related records, it was in fact never functionally implemented. As such, it is CRITICAL that this field always be set to zero 0.
6 EFFDT Date(10) DATE Effective Date
7 COVERAGE_BEGIN_DT Date(10) DATE Coverage Begin Date
8 DEPENDENT_BENEF Character(2) VARCHAR2(2) NOT NULL Dependent Benefit
01=default
9 BENEFIT_PLAN Character(6) VARCHAR2(6) NOT NULL Benefit Plan
10 COVRG_CD Character(2) VARCHAR2(2) NOT NULL Coverage Code

Prompt Table: BEN_PROG_BENCVC

11 COVERAGE_ELECT Character(1) VARCHAR2(1) NOT NULL Coverage Election
E=Elect
T=Terminate
W=Waive