DBA Data[Home] [Help]

APPS.MSC_PHUB_UTIL dependencies on FND_FILE

Line 363: fnd_file.put_line(fnd_file.log, to_char(t, 'YYYY-MM-DD HH24:MI:SS')||': '||p_message);

359: end if;
360:
361: select systimestamp into t from dual;
362: --dbms_output.put_line(to_char(t, 'YYYY-MM-DD HH24:MI:SS')||': '||p_message); --xxx
363: fnd_file.put_line(fnd_file.log, to_char(t, 'YYYY-MM-DD HH24:MI:SS')||': '||p_message);
364:
365: if (g_log_file is not null) then
366: l_log := utl_file.fopen(g_log_dir, g_log_file, 'a', 16384);
367: utl_file.put_line(l_log, to_char(t, 'YYYY-MM-DD HH24:MI:SS')||': '||p_message);