47.6 GET_VALUE Function
This function returns the value of a page item identified by p_item
as a generic T_VALUE.
Syntax
APEX_SESSION_STATE.GET_VALUE (
p_item IN VARCHAR2 )
RETURN T_VALUE;
Returns
This function returns the value of the specified item as T_VALUE.
Parent topic: APEX_SESSION_STATE