HR_I9_HDR_P_VW

(SQL View)
Index Back

Header Info for Fluid Approval

This view would fetch information required to display the header information in fluid approvals.

SELECT A.EMPLID ,A.EFFDT ,A.EFFSEQ ,NM.NAME_DISPLAY ,N.EMPLOYEE_PHOTO , ' ' , ' ' FROM PS_HR_I9_PERSON A ,PS_USER_PH_LIST_FL N ,PS_PERSON_NAME NM WHERE A.EMPLID=N.EMPLID AND NM.EMPLID=A.EMPLID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Default Value: NEW

Prompt Table: PERSON

2 EFFDT Date(10) DATE Effective Date

Default Value: %date

3 EFFSEQ Number(3,0) SMALLINT NOT NULL Effective Sequence
4 NAME_DISPLAY Character(50) VARCHAR2(50) NOT NULL Display Name - name formatted for Display based on the Country
5 EMPLOYEE_PHOTO Image / Attachment(256) VARCHAR2(256) Employee Photograph
6 JOBTITLE Character(30) VARCHAR2(30) NOT NULL Job Title
7 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254