Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Assignment Name vs Job Name
Summary
Report comparing Assignment Name and Job Name to list differencesContent
The Oracle bug where Assignment Name and Job Title (Name) are different causes our downstream systems issues.
So we have an OTBI report to list the differences and run an update process
However, I cannot get a clean list of differences; I always get what look like matches along with the ones that are really different
An SQL filter returns the smallest list, but I would like to get just the real ones
Any thoughts on how to make this better?
(UPPER("Worker"."Assignment Name") <> (UPPER("Workforce Management - Work Relationship Real Time"."Job"."Job Name")))
0