EP_DR_MGCNT2_VW(SQL View) |
Index Back |
---|---|
Direct Reports Countcount of reports for each manager using access type 2 |
SELECT supervisor_id , COUNT(*) FROM PS_HR_DIRECT_REP_2 a WHERE hr_dr_level = 1 AND drill_down_flag = 'Y' AND supervisor_flag='Y' GROUP BY supervisor_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | DR_COUNT | Number(4,0) | SMALLINT NOT NULL | Direct Reports Count |