JPM_PROFL_PHOTO(SQL View) |
Index Back |
---|---|
Profile Photo recordProfile Photo record |
SELECT JPM_PROFILE_ID , B.EMPLID , B.PSIMAGEVER , B.EMPLOYEE_PHOTO FROM PS_JPM_PROFILE A , PS_EMPL_PHOTO B WHERE A.EMPLID = B.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_PROFILE_ID | Character(12) | VARCHAR2(12) NOT NULL | The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile. |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | PSIMAGEVER | Number(10,0) | DECIMAL(10) NOT NULL | Image Version |
4 | EMPLOYEE_PHOTO | Image / Attachment(256) | VARCHAR2(256) | Employee Photograph |