Hi All,
I’m trying to create a data migration job for the Product Structure Header.
When the structure type is ‘Manufacturing’ and if the record is already exists, I get an error ‘ORA-20112: ProdStructureHead.FND_RECORD_EXIST: The Prod Structure Head already exists.’
I have enabled modify option but it’s not letting me updating the record.
I would really appreciate it if there’s any other ways we can try to make this work, please.

Already tried to get the idea from the below post and unfortunately it didn’t work for me.
Create Migration Jobs to Update Custom Fields(CF) | IFS Community
also tried the bellow API call in objid field
INTFACE_METHOD_LIST_API.GET_OBJID_FROM_KEY('PROD_STRUCTURE_HEAD', 'CONTRACT;PART_NO;ENG_CHG_LEVEL;BOM_TYPE_DB', CONTRACT||';'||PART_NO||';'||ENG_CHG_LEVEL||';'||BOM_TYPE_DB||';')
Thank you in Advance!


