GP_SSEEPGCTRYVW(SQL View) |
Index Back |
---|---|
EE Job Paygroup CountryThis is a view of the countries associated with the paygroups of an employees current jobs. |
SELECT A.EMPLID , A.EMPL_RCD , C.COUNTRY FROM PS_GP_SS_NPD_JOBVW A , PS_GP_PYGRP B , PS_GP_PYENT C WHERE B.GP_PAYGROUP = A.GP_PAYGROUP AND C.PAY_ENTITY = B.PAY_ENTITY |
# | 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 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |