GPES_SS_D_BNFVW

(SQL View)
Index Back

SS Reduction Definition

GPES_SS_BNF_VW houses the employee reduction definition. This view is used in Social Security formulas.

SELECT DISTINCT A.REDUCTION_ID_ESP , A.EFFDT , B.GPES_SS_BONIF_FROM , A.EFF_STATUS , B.GPES_SS_BONIF_TO FROM PS_GPES_SS_BNF A , PS_GPES_SS_BNF_DTA B WHERE A.REDUCTION_ID_ESP = B.REDUCTION_ID_ESP AND A.EFFDT = B.EFFDT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 REDUCTION_ID_ESP Character(3) VARCHAR2(3) NOT NULL Reduction ID
2 EFFDT Date(10) DATE Effective Date
3 GPES_SS_BONIF_FROM Number(3,0) SMALLINT NOT NULL This field houses the month number to where the reduction takes place.
4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive
5 GPES_SS_BONIF_TO Number(3,0) SMALLINT NOT NULL This field houses the month number from where the reduction takes place.