UTL_FILE.FILE_TYPE is a file handle type that is used by routines in the UTL_FILE module.
Declare a variable of type UTL_FILE.FILE_TYPE.
DECLARE v_filehandle UTL_FILE.FILE_TYPE;