HR_RW_HDR_P_VW(SQL View) |
Index Back |
---|---|
Header Info for Fluid ApprovalThis view would fetch information required to display the header information in fluid approvals. |
SELECT A.EMPLID , A.EMPL_RCD ,A.START_DATE ,NM.NAME_DISPLAY ,N.EMPLOYEE_PHOTO , J.JOBCODE_DESCR , ' ' FROM PS_HR_RWORK_TBL A ,PS_USER_PH_LIST_FL N ,PS_PERSON_NAME NM ,PS_HR_RW_JOB_VW J WHERE A.EMPLID=N.EMPLID AND NM.EMPLID=A.EMPLID AND J.EMPLID=A.EMPLID AND J.EMPL_RCD=A.EMPL_RCD |
# | 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 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | START_DATE | Date(10) | DATE | Start Date for Gen Standing PO |
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 |