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.
HDL keys issues (WorkTerms)
Summary
Though providing Source Keys, record is failing due to "A parent for this record was not found"Content
Hello Experts!
Updating an Employee' assignment DFF through HDL. The Employee has 2 assignments.
- Loading the update for the primary assignment alone works fine.
- Loading the update for both assignments is failing for the 2nd assignment, due to an error on the WorkTerms row "A parent for this record was not found".
I added the SourceSystemOwner and SourceSystemID to the WorkTerms rows in the HDL file, same issue (?).
Here the query to get the Source keys:
select source_system_id, H.source_system_owner from fusion.HRC_INTEGRATION_KEY_MAP H, PER_ALL_ASSIGNMENTS_M PA
2