47.4 GET_NUMBER Function

This function returns the value of a page item identified by p_item as NUMBER. This function uses the item's format mask to perform the conversion.

Syntax

APEX_SESSION_STATE.GET_NUMBER (
    p_item IN VARCHAR2 )
RETURN NUMBER;

Returns

This function returns the value of the specified item as NUMBER.