Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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