AV_OPREMPLID_VW(SQL View) |
Index Back |
---|---|
User ID search viewView created to display User ID,Description, Employee ID and Name |
SELECT A.OPRID , A.OPRDEFNDESC , A.EMPLID , B.NAME FROM PSOPRDEFN A , PS_HCR_PERSON_NM_I B WHERE A.EMPLID = B.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |