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