HR_SRCH_DR_5VW(SQL View) |
Index Back |
---|---|
SES:DirectReports AccessType 5Access Type 5 - Partial Position Management / Supervisor Id This table contains is a combination of "Reports To" and "Supervisor Id". First, the "Reports To" access type is loaded and then the "Supervisor Id" access type is loaded for those employees/jobs that have not been loaded.This table is used only when Partial Position Management has been implemented. |
SELECT SUPERVISOR_ID ,SUPERVIS_EMPL_RCD ,EMPLID ,EMPL_RCD ,HR_DR_LEVEL FROM PS_HR_SRCH_DR_5 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SUPERVISOR_ID | Character(11) | VARCHAR2(11) NOT NULL | Supervisor ID |
2 | SUPERVIS_EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Supervisor employee record. |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
5 | HR_DR_LEVEL | Number(3,0) | SMALLINT NOT NULL | Number denoting how many levels down the organizational chart the employee is from the supervisor. Direct reports are always level 1. |