HRS_SCHD_VW_MON(SQL View) |
Index Back |
---|---|
Applicant InterviewUse INTERVIEW to track applicant interviews during the Recruitment process. |
SELECT A.HRS_PERSON_ID ,A.HRS_RCMNT_ID ,A.HRS_RCM_INT_ID ,A.HRS_INT_ID ,A.HRS_INTERVIEWER_ID ,C.HRS_INT_DT ,C.HRS_START_TM ,C.HRS_INT_DT_END ,C.HRS_END_TM ,C.HRS_INTVW_LEVEL ,C.HRS_INTVW_STATUS ,C.INTVW_LOCATION ,A.RECRUITER_COMMENTS ,B.HRS_JOB_OPENING_ID ,C.TIMEZONE FROM PS_HRS_INT_SCHED A , PS_HRS_RCMNT B , PS_HRS_RCM_INT C WHERE A.HRS_RCMNT_ID = B.HRS_RCMNT_ID AND A.HRS_RCMNT_ID = C.HRS_RCMNT_ID AND A.HRS_RCM_INT_ID = C.HRS_RCM_INT_ID AND B.STATUS_CODE NOT IN ('020') AND C.HRS_INTVW_STATUS <> 'X' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | HRS_RCMNT_ID | Number(15,0) | DECIMAL(15) NOT NULL | App Tracking Recruitment ID |
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 | HRS_INTERVIEWER_ID | Character(11) | VARCHAR2(11) NOT NULL | Interviewer |
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_INTVW_LEVEL | Character(1) | VARCHAR2(1) NOT NULL | Interview Level |
11 | HRS_INTVW_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Interview Status
C=Completed F=Confirmed S=Scheduled U=Unconfirmed X=Canceled |
12 | INTVW_LOCATION | Character(254) | VARCHAR2(254) NOT NULL | Interview Location |
13 | RECRUITER_COMMENTS | Long Character | CLOB | Recruiter Comments |
14 | HRS_JOB_OPENING_ID | Number(15,0) | DECIMAL(15) NOT NULL | Job Opening Clone |
15 | TIMEZONE | Character(9) | VARCHAR2(9) NOT NULL | Time Zone |