54.3 GET_BOOLEAN Function
This function returns the value of a BOOLEAN item identified by p_item.
Syntax
APEX_SESSION_STATE.GET_BOOLEAN (
p_item IN VARCHAR2 )
RETURN BOOLEAN;Returns
This function returns the value of the specified item as BOOLEAN.
Parent topic: APEX_SESSION_STATE