JPM_SUPERVSR_VW(SQL View) |
Index Back |
|---|---|
Flat List of Supervisors ViewProvides a simple, flat view of all of the direct and indirect supervisors for an Emplid. |
| SELECT EMPLID , SUPERVISOR_ID FROM PS_JPM_SUPERVISORS GROUP BY EMPLID , SUPERVISOR_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
| 2 | SUPERVISOR_ID | Character(11) | VARCHAR2(11) NOT NULL | Supervisor ID |