SCH_MNG_TL_VW1

(SQL View)
Index Back

Search View for Mng Schedule

This View acts as a Search Record for the Sch Man Panel

SELECT DISTINCT A.EMPLID , A.EMPL_RCD ,B.DUR FROM PS_TL_ADM_SRCH_VW A ,PS_SCH_MNG_SCH_TBL B WHERE A.EMPLID = B.EMPLID AND A.EMPL_RCD = B.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 Rcd Nbr
3 DUR Date(10) DATE Date Under Report associates time being reported, scheduled or paid, to a specific date.