DBA Data[Home] [Help]

APPS.MSC_PHUB_PKG dependencies on FND_FILE

Line 70: fnd_file.put_line(fnd_file.log, p_msg);

66: utl_file.fflush(g_log_file_handle);
67: utl_file.fclose(g_log_file_handle);
68: end if;
69: elsif ( g_log_flag = 2 ) then
70: fnd_file.put_line(fnd_file.log, p_msg);
71: end if;
72: --dbms_output.put_line(p_msg);
73: exception
74: when others then