EMPL_PHOTO(SQL Table) |
Index Back |
---|---|
Employee PhotoEMPL_PHOTO is used to capture an image data type for employee or applicant/external candidate photographs. It is used in the Personnel Administration, Career/Succession Planning and various other applications. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | PHOTO_SIZENAME | Character(4) | VARCHAR2(4) NOT NULL |
Photo Size Name
CARD=Card Size FAIL=Failed LIST=List Size ORCH=Org Chart Size ORIG=Original Size PAGE=Page Size SUCC=Success Default Value: ORIG |
3 | PHOTO_IMGNAME | Character(254) | VARCHAR2(254) NOT NULL | Photo Image Name |
4 | EMPLOYEE_PHOTO | Image / Attachment(256) | VARCHAR2(256) | Employee Photograph |
5 | PSIMAGEVER | Number(10,0) | DECIMAL(10) NOT NULL | Image Version |