HP_ENC_JED_VW

(SQL View)
Index Back

Job Earn Dist View

This view selects distinct Empl ID, Empl Rcd and Effective Date from JOB_EARNS_DIST. This view is used by Batch Encumbrance process.

SELECT DISTINCT EMPLID , EMPL_RCD , EFFDT FROM PS_JOB_EARNS_DIST

# 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