HRS_SCHD_NOTF_I

(SQL View)
Index Back

Intvw Schedule Notifications

Interview Schedule Notification Interface - used by Candidate Experience for the Applicant Homepage

SELECT A.HRS_PERSON_ID ,A.HRS_RCMNT_ID ,A.HRS_RCM_INT_ID , A.HRS_INT_ID , A.HRS_INTERVIEWER_ID , B.HRS_INT_DT , B.HRS_START_TM , B.HRS_INT_DT_END , B.HRS_END_TM , B.HRS_SEQ_NUM , B.HRS_INTVW_LEVEL , B.INTVW_LOCATION , B.HRS_DISPL_HMPG , B.HRS_SCHD_APP_VWD , B.HRS_SCHDAPP_DEL_HM , %subrec(HRS_AUDIT_SBR,A) , B.RECRUITER_COMMENTS FROM PS_HRS_INT_SCHED A , PS_HRS_RCM_INT B WHERE A.HRS_PERSON_ID = B.HRS_PERSON_ID AND A.HRS_RCMNT_ID = B.HRS_RCMNT_ID AND A.HRS_RCM_INT_ID = B.HRS_RCM_INT_ID AND B.HRS_SCHDAPP_DEL_HM = 'N' AND B.HRS_DISPL_HMPG = 'Y'

  • Parent record: HRS_RCM_INT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id

    Prompt Table: HRS_APPLICANT_I

    2 HRS_RCMNT_ID Number(15,0) DECIMAL(15) NOT NULL App Tracking Recruitment ID

    Prompt Table: HRS_RCMNT

    3 HRS_RCM_INT_ID Number(15,0) DECIMAL(15) NOT NULL Recruitment Interview ID

    Prompt Table: HRS_RCM_INT

    4 HRS_INT_ID Number(15,0) DECIMAL(15) NOT NULL Interview ID
    5 HRS_INTERVIEWER_ID Character(11) VARCHAR2(11) NOT NULL Interviewer

    Prompt Table: HRS_PERSON_NM_I

    6 HRS_INT_DT Date(10) DATE Interview date
    7 HRS_START_TM Time(15) TIMESTAMP Recruiting Solutions Start Time
    8 HRS_INT_DT_END Date(10) DATE Used to store the ending date of the interview in the base time zone.
    9 HRS_END_TM Time(15) TIMESTAMP Recruiting Solutions End Time field
    10 HRS_SEQ_NUM Number(3,0) SMALLINT NOT NULL Sequence Number
    11 HRS_INTVW_LEVEL Character(1) VARCHAR2(1) NOT NULL Interview Level

    Prompt Table: HRS_INT_LVL_TBL

    12 INTVW_LOCATION Character(254) VARCHAR2(254) NOT NULL Interview Location
    13 HRS_DISPL_HMPG Character(1) VARCHAR2(1) NOT NULL Display Schedule to Applicant

    Y/N Table Edit

    Default Value: N

    14 HRS_SCHD_APP_VWD Character(1) VARCHAR2(1) NOT NULL Viewed on Applicant Homepage

    Y/N Table Edit

    Default Value: N

    15 HRS_SCHDAPP_DEL_HM Character(1) VARCHAR2(1) NOT NULL Delete from HomePage

    Y/N Table Edit

    Default Value: N

    16 HRS_ROW_ADD_DTTM DateTime(26) TIMESTAMP Row Added DateTime
    17 HRS_ROW_ADD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Added Operator Id
    18 HRS_ROW_UPD_DTTM DateTime(26) TIMESTAMP Row Updated DateTime
    19 HRS_ROW_UPD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Updated Operator Id
    20 RECRUITER_COMMENTS Long Character CLOB Recruiter Comments