Unique constraint error is throwing while updating the use_task_schedule_flag using API:pa_task_assi
Unique Constraint error while updating USE_TASK_SCHEDULING_FLAG using pa_task_assignments_pub.update_task_assignments.
We were using the api pa_task_assignments_pub.update_task_assignments to update the USE_TASK_SCHEDULING_FLAG . It was working fine earlier, but now because of the patch the API pa_task_assignments_pub is been changed. After that we are facing the below error :
error mesg ORA-00001: unique constraint (PA.PA_RESOURCE_ASSIGNMENTS_U2) violated in Package PA_FP_PLANNING_TRANSACTION_PUB Procedure add_planning_transactions
error mesg ORA-00001: unique constraint (PA.PA_RESOURCE_ASSIGNMENTS_U2) violated in Package PA_TASK_ASSIGNMENTS_PUB Procedure update_task_assignments.
We were using the api pa_task_assignments_pub.update_task_assignments to update the USE_TASK_SCHEDULING_FLAG . It was working fine earlier, but now because of the patch the API pa_task_assignments_pub is been changed. After that we are facing the below error :
error mesg ORA-00001: unique constraint (PA.PA_RESOURCE_ASSIGNMENTS_U2) violated in Package PA_FP_PLANNING_TRANSACTION_PUB Procedure add_planning_transactions
error mesg ORA-00001: unique constraint (PA.PA_RESOURCE_ASSIGNMENTS_U2) violated in Package PA_TASK_ASSIGNMENTS_PUB Procedure update_task_assignments.
0