W3EG_PERS_SRCH(SQL View) |
Index Back |
---|---|
WWW HRMS E&G Search ViewThis search view will retrieve data only for the emplid associated with the operator id. This view is used for all the HRMS E&G faculty self service web applications. |
SELECT a.emplid ,b.oprid ,a.name FROM PS_PERSON_NAME a ,PSOPRDEFN b WHERE a.emplid = b.emplid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
2 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
3 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |