DBA Data[Home] [Help]

APPS.HRI_BPL_PERF_RATING dependencies on FND_FILE

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

78: IF (g_concurrent_flag = 'Y') THEN
79: --
80: -- Write to the concurrent request log
81: --
82: fnd_file.put_line(fnd_file.log, p_text);
83: --
84: ELSE
85: --
86: hr_utility.trace(p_text);

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

103: END IF;
104: --
105: IF g_debug_flag = 'Y' THEN
106: --
107: fnd_file.put_line(fnd_file.log, p_text);
108: --
109: END IF;
110: --
111: END dbg;