DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_MV dependencies on FND_FILE

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

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