0
votes

Is it possible to set application error custom texts and custom buttons without Oracle Apex texts? For example I using RAISE_APPLICATION_ERROR (-20111, :APP_USER);, Apex displays "ORA-20111: 'name' Contact your application administrator. Details about this incident are available via debug id "49020".", but I want to display name, Text, URL, without "Contact your application administrator...".

1

1 Answers

1
votes

You can use the dedicated error handling function

And example is also found in the API documentation

I've demonstrated another customisation here