Does anyone have a dashboard for time in each stage of the recruitment process including: Apply to phone screen, phone screen to interview, interview to offer, and offer to start?
Have you explored the phase and state completion duration metrics? These are really great for tracking how long the candidates are in each phase and state.
We have also built custom calculations that measure the time difference between two Oracle dates (we had to explore different aggregation methods to make these accurate, so be careful to validate closely):
Avg (TIMESTAMPDIFF(SQL_TSI_DAY,"HCM - Talent Acquisition"."Job Application - Dates"."Job Application Submitted Date","HCM - Talent Acquisition"."Job Offer - Basic Information"."Accepted Date"))
If there isn't a date tracked in the system but a phase or state is changed, we have also had success using the date the phase or state is activated:
AVG( CASE WHEN "HCM - Talent Acquisition"."Recruiting History Event Type"."Event Type Name" = 'State Activated' AND "HCM - Talent Acquisition"."Recruiting State"."State Name" = 'Selected for Offer' THEN TIMESTAMPDIFF( SQL_TSI_DAY, "HCM - Talent Acquisition"."Job Application - Dates"."Job Application Submitted Date", "HCM - Talent Acquisition"."Time"."Date" ) ELSE NULL END )
Hi @Nathan Yeager,
Welcome to the Oracle Analytics Community!
Please take a look into the following post which might not be exactly same as your requirement but it will give you some content which can be extended.
HCM FDI Release 25R3 (Aug-2025) - Recruiting Analytics — Oracle
Additionally, you can take a look into the following area for shared contents.
Oracle Analytics Sharing Center — Oracle
Hope this help.
Thank you.
Hi, I'm new to OTBI & FDI and need your help. Is it possible to do a report to identify missing default expense account in FDI or OTBI? Thanks for your help.
Hi Team We are using SCM- Maintenance subject areas for reporting . We enabled the Asset related DFFs (CSE_ASSETS_B) under Data Configuration successfully but the Asset DFFs are not reflecting under Descriptive Flexfield Folder . We do not see any Asset folder even under the Descriptive Flexfield folder . Please advise if…
We made some changes in the Fusion UI, and those changes were reflected correctly in OTBI but not in FDI. To refresh the data in FDI, the Oracle support team advised me to reload the relevant functional area (Absence Management). I navigated to Application Administration → Human Capital Management, selected Absence…
Data are synchronized with Oracle HCM and I can see PN 2470, which was terminated in the past. If I add any assignment information I find no records, why?
In an analysis/report, when the Bottom Up Manager details are selected from the hierarchy, the Top Position Person record drops out. This is due to the fact that this top level position does not have a record in the Fusion table : PER_MANAGER_HRCHY_CF which is the source to load OAX$OAC.DW_MANAGER_CF_DH . The requirement…