HRS_SCHD_OPN_VW(SQL View) |
Index Back |
---|---|
Interview ScheduleReturns a list of interviews for the current date in the base time zone. |
SELECT A.HRS_PERSON_ID , A.HRS_RCMNT_ID , A.HRS_RCM_INT_ID , A.HRS_INT_ID , C.NAME_DISPLAY , A.HRS_INTERVIEWER_ID , B.HRS_INT_DT , B.HRS_START_TM , B.HRS_INT_DT_END , B.HRS_END_TM , B.TIMEZONE FROM PS_HRS_INT_SCHED A , PS_HRS_RCM_INT B , PS_HRS_APP_NAMES C 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 A.HRS_PERSON_ID = C.HRS_PERSON_ID AND B.HRS_INTVW_STATUS <> 'X' AND B.HRS_INT_STTS <> ' ' AND B.HRS_INT_DT = %CurrentDateIn |
# | 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 |
4 | HRS_INT_ID | Number(15,0) | DECIMAL(15) NOT NULL | Interview ID |
5 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |
6 | HRS_INTERVIEWER_ID | Character(11) | VARCHAR2(11) NOT NULL | Interviewer |
7 | HRS_INT_DT | Date(10) | DATE | Interview date |
8 | HRS_START_TM | Time(15) | TIMESTAMP | Recruiting Solutions Start Time |
9 | HRS_INT_DT_END | Date(10) | DATE | Used to store the ending date of the interview in the base time zone. |
10 | HRS_END_TM | Time(15) | TIMESTAMP | Recruiting Solutions End Time field |
11 | TIMEZONE | Character(9) | VARCHAR2(9) NOT NULL |
Time Zone
Prompt Table: PSTIMEZONE |