--===========================================================================
-- Copywright 2002:  joel crainshaw & chet  west
--============================================================================
--
--filecopy.fmb
--	generic form copy a local file to the UTL_FILE directory
--	purpose of this form is to get around the typical security
--	put in place to limit a users access to the Oracle server;
--
--	once a file is on the server, other server-side utl_file
--	functions can be performed
--
--	parameters
--		p_filename = local (client-side) file to copy
--		p_target = utl_file target (or null)
--		p_run = "Y"=run the copy immediately; "N"=allow user input
--		p_x = optional;  window x location
--		p_y = optional;  window y location
--============================================================================
-- MODIFICATION HISTORY
-- Person      Date       Comments
-- ---------   ---------- -------------------------------------------
-- joel        10/02/2002 Initial Creation
--============================================================================
