Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex_application g_print_success_message

726931Dec 23 2009 — edited May 5 2010
Hi,

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.

Can it have something to do with the APEX_UTIL.CLEAR_PAGE_CACHE I use?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2010
Added on Dec 23 2009
4 comments
3,061 views