HR_SIT_API.UPDATE_SIT creates new record instead of updating existing one.
I am using HR_SIT_API.UPDATE_SIT API to update SIT record. It is working but instead of updating existing record, it's creating new record with new Analysis criteria id.
Also, why to pass a variable with Null value to p_analysis_criteria_id parameter?
Is this the reason the API is creating new record?