GPES_LBR_MT_VW

(SQL View)
Index Back

Labor Agreement IT View

This view retrieves the Labor Agreement IT percentage. This information is used in Social Security formulas.

SELECT A.SETID , A.LABOR_AGREEMENT , A.EFFDT , B.GPES_BNF_MT_TO , A.EFF_STATUS , B.GPES_BNF_MT_PCT FROM PS_GPES_LBR_AGRMNT A , PS_GPES_LBR_BNF_MT B WHERE A.SETID = B.SETID AND A.LABOR_AGREEMENT = B.LABOR_AGREEMENT AND A.EFFDT = B.EFFDT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Prompt Table: SET_LAB_VLD_VW

2 LABOR_AGREEMENT Character(6) VARCHAR2(6) NOT NULL Labor Agreement
3 EFFDT Date(10) DATE Effective Date
4 GPES_BNF_MT_TO Number(3,0) SMALLINT NOT NULL AT Complementary Benefits TO. This field houses the day until the AT Complementary Benefits percentage applies. It is defined in days.
5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive
6 GPES_BNF_MT_PCT Signed Number(11,6) DECIMAL(9,6) NOT NULL AT Complementary Benefits. This field houses the percentage to be applied over the employee benefits base during AT. This percentage is equal to SS statutory benefits + Company Complementary Benefits (no mandatory and defined by LA).