JOB_MINEFFDT_VW

(SQL View)
Index Back

Minimum Effdt for each Job

This is a view of the minimum effective date for each different job (Empl_Rcd) that an employee has ever held. Used in the on-line validation of the Primary_Jobs table.

SELECT EMPLID ,EMPL_RCD ,MIN(EFFDT) FROM PS_JOB GROUP BY EMPLID , EMPL_RCD

# 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