SCH_MNG_GP_VW(SQL View) |
Index Back |
---|---|
Search View for Mng ScheduleThis View acts as a Search Record for the Sch Man Panel |
SELECT A.OPRID , A.EMPLID ,A.EMPL_RCD ,B.DUR FROM PS_EMPLMT_SRCH_GBL 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 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
4 | DUR | Date(10) | DATE | Date Under Report associates time being reported, scheduled or paid, to a specific date. |