LM_MGR_DRPT_VW(SQL View) |
Index Back |
|---|---|
Manager Direct ReportsContains all the Direct Reports of a Person |
| SELECT A.LM_MANAGER_ID , B.LM_PERSON_ID FROM PS_LM_MGR_VW A , PS_LM_CURR_JOB_VW B WHERE B.LM_PERSON_ID = A.LM_PERSON_ID AND %CurrentDateIn BETWEEN B.EFFDT AND B.LM_END_EFFDT AND B.LM_ACTIVE = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID | |
| 2 | Number(15,0) | DECIMAL(15) NOT NULL | Direct Report ID |