EP_DR_MGCNT5_VW(SQL View) |
Index Back |
---|---|
Direct Reports Countcount of reports for each manager using access type 5 |
SELECT supervisor_id , supervis_empl_rcd , COUNT(*) FROM PS_HR_DIRECT_REP_5 a WHERE hr_dr_level = 1 AND drill_down_flag = 'Y' AND supervisor_flag='Y' GROUP BY supervisor_id, supervis_empl_rcd |
# | 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 Record |
3 | DR_COUNT | Number(4,0) | SMALLINT NOT NULL | Direct Reports Count |