SSF_SF_DED_VW

(SQL View)
Index Back

SSF Deduction Code View

This view list Deduction Codes by Business Unit. It is used as a prompt table on RUN_CNTL_SFTUTD. This is used to only allow Deduction Codes that have the same Business Unit associated with them.

SELECT SSF_SA_PROD ,PLAN_TYPE ,DEDCD FROM PS_SSF_SA_DED_TBL WHERE SSF_SA_PROD = 'SF'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SSF_SA_PROD Character(2) VARCHAR2(2) NOT NULL SA Payroll Deduction Code
CR=Contributor Relationships
SF=Student Financials

Default Value: SF

2 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.
3 DEDCD Character(6) VARCHAR2(6) NOT NULL Deduction Code

Prompt Table: SSF_DED_TBL_VW