このファンクションは、ページ#GLOBAL_NOTIFICATION#
の置換文字列に表示されるメッセージである、グローバル通知メッセージを取得します。
構文
APEX_UTIL.GET_GLOBAL_NOTIFICATION( p_application_id IN NUMBER) RETURN VARCHAR2;
パラメータ
表28-43 GET_GLOBAL_NOTIFICATIONのパラメータ
パラメータ | 説明 |
---|---|
|
アプリケーションID。 |
例
declare l_global_notification varchar2(100); begin l_global_notification := apex_util.get_global_notification( p_application_id => 117 ); dbms_output.put_line( 'The current global notification is: ' || l_global_notification ); end;
参照:
Oracle Application Expressアプリケーション・ビルダー・ユーザーズ・ガイドの可用性