Getting ORA-06508: PL/SQL: could not find program unit being called in Package PA_PROJECT_PVT Proced
I am getting an error
"ORA-06508: PL/SQL: could not find program unit being called in Package PA_PROJECT_PVT Procedure add_task_round_two"
when adding new task using pa_project_pub.add_task api call.
Is anything missing ?
pa_project_pub.add_task (
p_api_version_number => l_api_version_number,
p_commit => l_commit,
p_init_msg_list => l_init_msg_list,
p_msg_count => l_msg_count,
p_msg_data => l_msg_data,
p_return_status => l_return_status,
p_pm_product_code => l_pm_product_code,
p_pm_project_reference => taskrec_tab (i).pm_project_reference,