FPAHIREDT_VW

(SQL View)
Index Back

Employees w/o validated hires

This view retrieves all the employees whose hire is in a pending validation status. It is used by the French Public Sector functionalities.

SELECT W.EMPLID , W.EMPL_RCD , MAX(W.EFFDT) FROM PS_FPAEELEGALSTAT W WHERE W.FP_HIR_DOS_SIT < '01' GROUP BY W.EMPLID, W.EMPL_RCD, W.EFFDT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
3 EFFDT Date(10) DATE Effective Date

Default Value: %date