GPUS_BENDED_VW

(SQL View)
Index Back

Benefit Deductions View

GP US benefit deduction elements

SELECT B.PIN_NUM , D.EFFDT , B.PIN_NM , B.DESCR FROM PS_GP_PIN B , PS_GP_ERN_DED D WHERE B.PIN_NUM = D.PIN_NUM AND B.PIN_NUM < 50000000 AND (B.USED_BY = 'C' AND B.COUNTRY = 'USA') AND B.PIN_TYPE='DD' AND B.PIN_CATEGORY = 'BEN'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PIN_NUM Number(8,0) INTEGER NOT NULL PIN Number
2 EFFDT Date(10) DATE Effective Date
3 PIN_NM Character(18) VARCHAR2(18) NOT NULL Element Name field
4 DESCR Character(30) VARCHAR2(30) NOT NULL Description