HR_REP_SUMM_VW3

(SQL View)
Index Back

Reporting Chg New Supervisor

Reporting change information - Retrieve new supervisor photo

SELECT A.TRANSACTION_NBR , A.SUPERVISOR_ID , B.NAME_DISPLAY , ' ' , C.EMPLOYEE_PHOTO FROM PS_HR_MGR_REP_DAT A , PS_PERSON_NAME B , PS_HR_PH_PAGE_FL C WHERE A.SUPERVISOR_ID = B.EMPLID AND B.EMPLID = C.EMPLID

  • Parent record: HR_MGR_REP_DAT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 TRANSACTION_NBR Number(15,0) DECIMAL(15) NOT NULL 08/02/99 NAS: Changed the size of this field from 10 to 15. Based on Jim Hillman's decision to make the field at a standard size.
    2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    3 NAME_DISPLAY Character(50) VARCHAR2(50) NOT NULL Display Name - name formatted for Display based on the Country
    4 JOBTITLE Character(30) VARCHAR2(30) NOT NULL Job Title
    5 EMPLOYEE_PHOTO Image / Attachment(256) VARCHAR2(256) Employee Photograph