DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_WRKFC dependencies on FND_FILE

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

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