separate (sql_char_pkg) function to_string (value : sql_char_not_null) return string is begin return (string (value)); end to_string;