FPAEMPLOY_SRND2(SQL View) |
Index Back |
---|---|
Names of EmployeesThis view retrieves the names of the employees who has a civil service position in the system. It is used when adding a concurrent employee record number in the French Public Sector functionalities. |
SELECT DISTINCT A.EMPLID , A.NAME , A.LAST_NAME_SRCH FROM PS_PERSON_NAME A , PS_FPAEELEGALSTAT W WHERE A.EMPLID=W.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
3 | LAST_NAME_SRCH | Character(30) | VARCHAR2(30) NOT NULL | Last Name |