CO_EMPLINFO_VW(SQL View) |
Index Back |
---|---|
Employee Information ViewView used for retrieving information used in Portal Pagelets. |
SELECT A.EMPLID , B.ORIG_HIRE_DT , A.BIRTHDATE FROM PS_PERSON A , PS_ORIG_HIRE_VW B WHERE A.EMPLID =B.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | ORIG_HIRE_DT | Date(10) | DATE | Original Start Date |
3 | BIRTHDATE | Date(10) | DATE | Date of Birth |