USER_PH_CHNK_VW

(SQL View)
Index Back

User Photo Chunk View

Used in HR_EMPLPHOTO AE Process.

SELECT A.EMPLID , A.EMPLID %Concat '.jpg' , B.HRCD_PHOTO FROM PS_EMPL_PHOTO_CHNK A , PS_HRCD_USER_PHOTO B WHERE B.EMPLID=A.EMPLID AND B.PHOTO_SIZENAME = 'ORIG'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 PHOTO_IMGNAME Character(254) VARCHAR2(254) NOT NULL Photo Image Name
3 HRCD_PHOTO Image / Attachment(256) VARCHAR2(256) User Uploaded Photo