When i use this command
apex_application.g_print_success_message := '<span style="color:GREEN">Message</span>';
to show a success message, works great
but when I used the error apex_application.g_print_error_message , it gives me this error, anyone can help me
ORA-06550: line 10, column 20: PLS-00302: component 'G_PRINT_ERROR_MESSAGE' must be declared ORA-06550: line 10, column 3: PL/SQL: Statement ignored
source share