But it doesn't work in AJAX (((
I mean PL-SQL called from apex.server.process('PROCESS'...) where PROCESS is for example just a APEX callback process
begin
RAISE_APPLICATION_ERROR(-20000, 'HERE');
end;