CREATE OR REPLACE FUNCTION is_numeric (string IN VARCHAR2) RETURN BOOLEAN /* || Function tests for NUMERIC characters, if 0-9 does NOT appear in the string then || FALSE is returned. */ IS i NUMBER; v_boolean BOOLEAN DEFAULT FALSE; BEGIN FOR
CREATE OR REPLACE FUNCTION is_numeric (string IN VARCHAR2) RETURN BOOLEAN /* || Function tests for NUMERIC characters, if 0-9 does NOT appear in the string then || FALSE is returned. */ IS i NUMBER; v_boolean BOOLEAN DEFAULT FALSE; BEGIN FOR