PLANTYPE_VW_NLD

(SQL View)
Index Back

Possible Plan Types View

This view determines the valid plantypes of the benefit deduction program, participated by the employee.

select b.emplid, b.EMPL_RCD, a.plan_type from PS_BEN_DEFN_PLAN a, ps_ben_prog_partic b where b.benefit_program = a.benefit_program group by b.emplid,b.EMPL_RCD,a.plan_type

# 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 Rcd Nbr
3 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.