Hi.
I am on APEX 21.2.
I have an after submit process which has numerous number of select… into statements. And I am facing Error: ora-1422- Exact fetch returns more than requested number of rows.
As the error implies, one of those select… into statements causes the error. I see no debugger in APEX. And the error only shows the culprit “after-submit” process but does not say which line or statement causes the problem.
How can I know which one causes it?