How to disable validations for hr_assignment_api.update_emp_asg_criteria
In hr_assignment_api.update_emp_asg_criteria,whenever we update location ID or organization ID, we received “ERROR** Update of EMPLOYEE ASSIGN UPDATE = DateTrack Mode ORA-20001: FLEX-VALUE DOES NOT EXIST: N, VALUE,1054980, N, SEGMENT, HR_GENERALIST, N, VALUESET, “ .
We know this error caused by the data are not fully updated since we moved HR/Payroll to other system.
As now we only need to update location/organization for suppliers and does not care about full HR/Payroll, my question is if we could disable or ignore validations so allows to update location _D and organization ID directly using hr_assignment_api.update_emp_asg_criteria?