HRS_APP_AVL_VW(SQL View) |
Index Back |
---|---|
Applicant AvailabilityApplicant Availability View |
SELECT A.HRS_PERSON_ID , A.HRS_RCMNT_ID , A.HRS_RCM_INT_ID , A.HRS_INT_DT , A.HRS_INT_DT_END , A.TIMEZONE , A.HRS_START_TM , A.HRS_END_TM , A.INTVW_LOCATION FROM PS_HRS_RCM_INT A |
# | 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_DT | Date(10) | DATE | Interview date |
5 | HRS_INT_DT_END | Date(10) | DATE | Used to store the ending date of the interview in the base time zone. |
6 | TIMEZONE | Character(9) | VARCHAR2(9) NOT NULL | Time Zone |
7 | HRS_START_TM | Time(15) | TIMESTAMP | Recruiting Solutions Start Time |
8 | HRS_END_TM | Time(15) | TIMESTAMP | Recruiting Solutions End Time field |
9 | INTVW_LOCATION | Character(254) | VARCHAR2(254) NOT NULL | Interview Location |