Hi All,
how to display error popup for user, with message from exception, that occurs in invoked PL/SQL procedure.
I try to use this in procedure, but this message is visible in page source code.
EXCEPTION
WHEN e_xxx THEN
htp.p ('{"error":"something"}');