Is there a way that API "pa_project_pub.add_task" does not spawn process "PRC: Update Project Perfor
I have created a custom process that calls API pa_project_pub.add_task to create a task. The process works fine for all the projects except for 1 that I could identify. For that 1 particular project when I call this API, this API spawns "PRC: Update Project Performance Data" process which fails and the API returns in an error "ORA-01086: savepoint 'ADD_TASK_PUB' never established". Now, I am not sure why this process "PRC: Update Project Performance Data" gets spawned at all and only for 1 specific project. Is there a way that this process "PRC: Update Project Performance Data" never gets spawned
0