DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_MV dependencies on FND_FILE

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

49: IF g_conc_request_id IS NOT NULL THEN
50: --
51: -- Write to the concurrent request log
52: --
53: fnd_file.put_line(fnd_file.log, p_text);
54: --
55: ELSE
56: --
57: hr_utility.trace(p_text);