DBA Data[Home] [Help]

APPS.JTF_TTY_CAL_METRICS_PVT dependencies on FND_FILE

Line 50: fnd_file.put_line(fnd_file.log, l_time || ': ' || p_string);

46: BEGIN
47:
48: IF G_DEBUG THEN
49: -- dbms_output.put_line(l_time || ': ' || p_string);
50: fnd_file.put_line(fnd_file.log, l_time || ': ' || p_string);
51: END IF;
52:
53: END print_log;
54:

Line 365: WHEN fnd_file.utl_file_error THEN

361: print_log('End of CALCULATE_ACCT_METRICS. Program completed successfully');
362:
363: EXCEPTION
364:
365: WHEN fnd_file.utl_file_error THEN
366: ERRBUF := 'Program terminated with exception. Error writing to output file.';
367: RETCODE := 2;
368:
369: WHEN DATE_PROFILES_NULL THEN