You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Location Not Pulling to Interview Confirmation

In the ORC Interview Scheduled Notification (ORA_IS_SCHED_NOTIFICATION), the location details are not pulling, even when a location is entered in the interview template. Below is the code being utilized that results in a null value in the communication to candidates. Any assistance would be appreciated.

Thank you for scheduling your interview with IU Health! Please see below for the details of your scheduled interview:
Date and Time: ${InterviewSchedulingInterviewStartDate}
Requisition: ${RequisitionTitle}
Interview Type: ${InterviewSchedulingLocationType}
Interviewer: ${InterviewSchedulingInterviewerName}

<% if (InterviewSchedulingLocationTypeCode == "ORA_IS_LOCATION_PHONE") print("Location: " + InterviewSchedulingLocationPhoneNumber); %> <% if (InterviewSchedulingLocationTypeCode == "ORA_IS_LOCATION_WEBCONFERENCE") print("Location: " + InterviewSchedulingLocationWebConferenceLink + " Phone Number: " + InterviewSchedulingLocationPhoneNumber + " Access Code: " + InterviewSchedulingLocationPhoneNumberPasscode); %> <% if (InterviewSchedulingLocationTypeCode == "ORA_IS_LOCATION_IN_PERSON") print("Location: " + InterviewSchedulingLocationSingleLineAddress);%>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!