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

Query to get interview details for a job requisition using BI Report

edited Jul 26, 2024 8:26PM in Reporting and Analytics for HCM 4 comments

Summary:

Hello Team,

I am trying to get interviewer details (Interviewer person number and email address) using below query but I am not getting the right results. Can anyone please help here. Like it is doing cartesian product.

Content (please ensure you mask any confidential information):


select
distinct
irvl.OBJECT_STATUS "Object_Status",
irvl.name "Requisition_Title",
irvl.requisition_number,
irvl.FULL_PART_TIME,
decode(irvl.EXT_PUBLISH_JOB_STATUS, 'ORA_POSTED', 'ACTIVE', 'INACTIVE') "Posting_Status",
pjffv.job_family_name,
pjft.name "Job_name",
pldftl.LOCATION_NAME,
paf.ADDRESS_LINE_1,
paf.POSTAL_CODE,
paf.TOWN_OR_CITY,
paf.COUNTRY,
iri.start_date "Interview_Date",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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