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!

Different 'Process success' messages for insert, update,delete?

Konstantin D.Mar 28 2013 — edited Apr 2 2013
I am using standard 'Process Row of...' process, created throughout the wizards for editable IR.
Is there any way to make it generate different process success messages depending on what type of DML has been implemented?
Like, instead of having 'Action Processed.', is it possible to have something like 'Record has been updated', 'Record deleted', 'New record created'?
I know this can be done when custom process contains PL/SQL code using apex_application.g_print_success_message(), but in my case I am using standard APEX processing with no explicit PL/SQL code involved. Another option might be a table trigger containing apex_application.g_print_success_message calls...but it is sort of inconvenient to generate triggers for such a minor purpose.
Is there anything that can be implemented in APEX only, without modifying server-side objects?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2013
Added on Mar 28 2013
3 comments
1,182 views