Concurrent manager can't show "ORA-01403: no data found" error
Hi all,
I submit a request from ebs.The procedure has a sql statement like below. The concurrent manager should show error "ORA-01403: no data found",but it doesn't.
I try to test other errors,the concurrent manager can show errors, only "ORA-01403: no data found" cant't. How can I let the ORA-01403 show,thank you!
select ood.ORGANIZATION_CODE into v_test
from org_organization_definitions ood
where ood.ORGANIZATION_ID = 0