SET_SESSION_SCREEN_READER_OFF Procedure
This procedure puts the current session into standard mode.
Syntax
APEX_UTIL.SET_SESSION_SCREEN_READER_OFF;
Parameters
None
Example
In this example, the current session is put into standard mode.
BEGIN
IF apex_util.set_session_screen_reader_off;
END;