apex_application.g_print_success_message doesn't work
726931Dec 17 2009 — edited Dec 23 2009Hi,
I am using this inside a function that returns a boolean:
apex_application.g_print_success_message :=
'Error message';
However, the message is not shown on the screen.
Is this another "undocumented feature" ?
The functions cancels the transaction, which is good, but the users don't get a message,
so you can imagine, this is rather frustrating.
It even doesn't work when I call the message from with a normal procedure.
Edited by: user2176760 on 17-dec-2009 9:04
Edited by: user2176760 on 17-dec-2009 9:17