AUC_EMPL_SRCH(SQL View) |
Index Back |
---|---|
Employee User ID search viewEmployee UserId search view |
SELECT A.OPRID , A.OPRDEFNDESC FROM PSOPRDEFN A , PSOPRALIAS B WHERE A.OPRID = B.OPRID AND B.OPRALIASTYPE = 'EMP' |
# | 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 |