DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS_ORGMGR dependencies on FND_FILE

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

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