Unable to update Item Cross reference -MTL_CROSS_REFERENCES_PUB.Process_XRef
Hi ,
I am facing issue while updating Item Cross reference using API MTL_CROSS_REFERENCES_PUB.Process_XRef in R12.2.6 getting the error
"unable to update org_independent_flag from N to Y " also observed that some parameters starting with Current ' is missing.
Oracle has used the same parameters in there reference script which we are not able to find in our R12.2.6 instance , is there any patch available ?
--UPDATE TEST CASES
/* valid case 1 changing the description*/
l_XRef_tbl(7).Transaction_Type:='UPDATE';
l_XRef_tbl(7).Current_Inventory_Item_Id :=500;
l_XRef_tbl(7).Current_Cross_Reference_Type:='Customer';