HRS_HIRE_APPGER

(SQL View)
Index Back

Applicant German info view

Applicant German info view

SELECT A.HRS_PERSON_ID , %subrec(PERS_DTGER_SBR, A) FROM PS_HRS_APP_GER A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_HRS_APP_GER B WHERE B.HRS_PERSON_ID = A.HRS_PERSON_ID AND B.EFFDT <= %CurrentDateIn)

  • Parent record: HRS_APPLICANT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id
    2 MILITARY_STAT_GER Character(1) VARCHAR2(1) NOT NULL Military Status
    1=Service Completed
    2=Exempt from Service
    3=Not Applicable
    4=Mandatory
    5=No Information
    3 EXPCTD_MILITARY_DT Date(10) DATE Expected Military Date
    4 HR_RESPONSIBLE_ID Character(11) VARCHAR2(11) NOT NULL HR Responsible ID

    Prompt Table: PERSON_NAME