Environment:
- O/S : Windows version 11
- DB : Oracle version 19c
- APEX: Version 21.2
I'm testing out Insum Corps version of the Oracle APEX error handling example below:
https://docs.oracle.com/en/database/oracle/application-express/21.2/aeapi/Example-of-an-Error-Handling-Function.html
And I've created the package spec/body in the database, gave it a public synonym, granted execute privileges to it.
Then referenced it in the application properties

Then in my application I intentionally code an insert statement to insert a sequence ID that's already in the table causing a primary key violation. Then run the application and I get the yellow windo popped up in the top right corner:

So I then proceed to APEX builder and go to Shared Components → Globalization section, and click on the “Text Messages” link

And search and no messages found

Am I doing something wrong or missing something?
Thanks,