LM_ALLMGR_VW(SQL View) |
Index Back |
---|---|
Person Manager ViewContains all the Active Internal People in the System and their Manager's Person ID |
SELECT LM_PERSON_ID , LM_MANAGER_ID FROM PS_LM_PERSON_ATTRB WHERE %CurrentDateIn BETWEEN EFFDT AND LM_END_EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL |
ELM Person ID
Prompt Table: LM_PERSON |
2 | LM_MANAGER_ID | Number(15,0) | DECIMAL(15) NOT NULL | Manager ID |