HCR_UPD_VW(SQL View) |
Index Back |
---|---|
Fluid job - Updadated by name |
SELECT A.OPRID , B.LAST_NAME , B.FIRST_NAME , B.NAME_DISPLAY FROM PSOPRDEFN A , PS_PERSON_NAME B WHERE B.EMPLID = A.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. | |
2 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
3 | FIRST_NAME | Character(30) | VARCHAR2(30) NOT NULL | First Name |
4 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |