FO_EMPL_NULL_VW(SQL View) |
Index Back |
---|---|
Employee Null ViewThis view contains all the valid employee id's as well as a null row. This is used specifically on reports (FOAG03) to match to rows that don't have a employee id. |
SELECT A.EMPLID ,A.NAME ,A.PHONE FROM PS_PERSONAL_DATA A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
3 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | Telephone |