Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Report to Identify Pending Workers Conversion and Associated Recruiters

I am in the process of developing a report that will help us identify all pending workers who have not yet been converted to employees in our HCM system. The goal is to streamline our internal processes to ensure that no pending workers are left unconverted before the start date. There is an additional requirement: the report should also capture and display the recruiter who initially hired the candidate.
The purpose of identifying the associated recruiters is to enable us to reach out to them and prompt them to complete the necessary transaction to convert the pending workers to employees.
Answers
-
Hi @Raesah Kachwala These data reside in two different subject areas
- Create a report with person number, assignment number, assignment start date, assignment type. Have a filter criteria like below Count(Distinct Assignment Number BY person number) = 1 and Assignment Type = 'P'
- You can pass this person number obtained in step 1 above to the recruiting subject area query as a filter to fetch the details of the candidate and the recruiter
p.s. - If this question is on OTBI, please post it in the respective forum.
Thanks
Raghu
0 -
@Raghavendra Raghunath-Oracle Thank you for your feedback and response. I was able to pull the candidate details but not the recruiter details.
0 -
Hi @Raesah Kachwala which subject area you using?
Raghu
0 -
Hi @Raghavendra Raghunath-Oracle, I am using the Workforce Management - Worker Assignment Real Time subject area.
0