Get_Type_Name¶Returns the name of a type.FUNCTION Get_Type ( type_ IN type_typ_ ) RETURN VARCHAR2 Parameters¶type_Return value¶Name of the type. (eg: If Type is 'B', the return is Boolean)