5.10 GET_GLOBAL_NOTIFICATION Function

This function retrieves the global notification message. This is the message displayed in page #GLOBALNOTIFICATION# substitution string.

Syntax

APEX_APPLICATION_ADMIN.GET_GLOBAL_NOTIFICATION (
    p_application_id    IN  NUMBER )
RETURN VARCHAR2;

Parameters

Parameter Description
p_application_id The application ID.