PERSONAL_VW2(SQL View) |
Index Back |
---|---|
Personal Data Name ViewPERSONAL_VW is a view of Personal Data which retrieves only the name. This is a copy which changes the name of the NAME column so that it can be referenced using PeopleSoft 8 coding. |
SELECT EMPLID ,NAME FROM PS_PEOPLE_SRCH |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSONAL_DATA |
2 | EMPLNAME | Character(50) | VARCHAR2(50) NOT NULL | EmplName |