DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS dependencies on FND_FILE

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

43: IF (g_concurrent_flag = 'Y') THEN
44: --
45: -- Write to the concurrent request log
46: --
47: fnd_file.put_line(fnd_file.log, p_text);
48: --
49: ELSE
50: --
51: hr_utility.trace(p_text);