7.26 SET_GLOBAL_NOTIFICATION Procedure
This procedure sets the global notification message. This is the message displayed in page #GLOBALNOTIFICATION# substitution string.
                  
Syntax
APEX_APPLICATION_ADMIN.SET_GLOBAL_NOTIFICATION (
    p_application_id              IN NUMBER,
    p_global_notification_message IN VARCHAR2 )Parameters
| Parameter | Description | 
|---|---|
p_application_id | 
                              The application ID. | 
p_global_notification_message | 
                              The new global notification message. | 
See Also:
GET_GLOBAL_NOTIFICATION FunctionParent topic: APEX_APPLICATION_ADMIN