DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS dependencies on FND_FILE

Line 28: fnd_file.put_line(fnd_file.log, p_text);

24: IF (g_concurrent_flag = 'Y') THEN
25: --
26: -- Write to the concurrent request log
27: --
28: fnd_file.put_line(fnd_file.log, p_text);
29: --
30: ELSE
31: --
32: hr_utility.trace(p_text);