PA_DED_VW

(SQL View)
Index Back

Deductions by Plan & Plan Type

BENEF_PLAN_TBL is a record that contains information on all the Benefit Plans offered by a company. There is one record for each plan type/provider combination (except for plantype '00'). This table is used as a prompt table for many panels and is accessed often by the batch processing of the Benefits Administration product.

select distinct a.plan_type, a.dedcd, b.ded_class from ps_benef_plan_tbl a, PS_DEDUCTION_CLASS b where a.dedcd = b.dedcd

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 DEDCD Character(6) VARCHAR2(6) NOT NULL Deduction Code

Prompt Table: DEDUCTION_TBL

3 DED_CLASS Character(1) VARCHAR2(1) NOT NULL Deduction Classification
A=After-Tax
B=Before-Tax
L=QC Taxable Benefit
N=Nontaxable Benefit
P=Nontaxable Btax Benefit
T=Taxable Benefit