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 with Redwood for Oracle Cloud HCM   Begin Now

Lastest Job Offer

edited Dec 13, 2022 7:03AM in Taleo Enterprise 10 comments

Summary

Looking for any feedback on capturing only the latest job offer

Content

Hello,

I've found the below logic is working to accurately capture only the latest job offer in OBI. However, I'm also seeing it cause performance issues in reports.  Does anyone have any feedback to improve the performance of this logic?

Thanks for any suggestions.

Melissa

 

("Submission Job Offer"."Submission Job Offer Identifier" IN (SELECT B."OFFERNO" "OFFERNO" FROM (SELECT "Submission Job Offer"."Submission Job Offer Identifier" "OFFERNO", "Submission General Info"."Submission Identifier" "APPLICATIONNO", "Submission Job Offer"."Sequence" "OFFERSEQUENCE" FROM "Recruiting") B, (SELECT "Submission General Info"."Submission Identifier" "APPLICATIONNO", MAX("Submission Job Offer"."Sequence") SEQ FROM "Recruiting" GROUP BY "Submission General Info"."Submission Identifier" ) A WHERE B."APPLICATIONNO" = A."APPLICATIONNO" AND B."OFFERSEQUENCE" = A."SEQ"))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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