DBA Data[Home] [Help]

APPS.AP_ACCTG_DATA_FIX_PKG dependencies on UTL_FILE

Line 57: NAMES_FILE UTL_FILE.FILE_TYPE ;

53:
54: G_Group_ID Group_ID;
55:
56: G_Bug_Number NUMBER;
57: NAMES_FILE UTL_FILE.FILE_TYPE ;
58:
59: /* Procedure to open the log files on the instance where the datafix
60: script is being run. The log file contains the log messages
61: and the report outputs written by the data fix scripts.

Line 62: The file location is the environment's 'utl_file_dir' parameter. */

58:
59: /* Procedure to open the log files on the instance where the datafix
60: script is being run. The log file contains the log messages
61: and the report outputs written by the data fix scripts.
62: The file location is the environment's 'utl_file_dir' parameter. */
63: PROCEDURE Open_Log_Out_Files
64: (p_bug_number IN VARCHAR2,
65: p_file_location OUT NOCOPY VARCHAR2);
66: