LM_PER_OPR_VW(SQL View) |
Index Back |
---|---|
Person OPRIDStores the User ID for a given Person. this record will be used until we can get an ELM Person User Profile type added into Tools. |
SELECT a.lm_person_id , a.oprid , b.lm_hr_emplid FROM PS_LM_PERSON_OPRID a ,ps_lm_person b WHERE b.lm_person_id = a.lm_person_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: LM_PERSOPRID_VW |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |