ORA-01403: no data found in Package PA_PROJECT_CHECK_PUB Procedure check_for_one_manager_Pvt
While trying to End date one Project manager and Add a new one through Update Projects API we are getting the below error message:
ORA-01403: no data found in Package PA_PROJECT_CHECK_PUB Procedure check_for_one_manager_Pvt
When I was running this from PL/SQL block same is working fine, but whenever trying to execute the same through Concurrent Program its throwing the error.
Thanks
Sandy