DBA Data[Home] [Help]

APPS.HRI_BPL_ABV dependencies on FND_FILE

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

42: IF (g_conc_request_id is not null) THEN
43: --
44: -- Write to the concurrent request log
45: --
46: fnd_file.put_line(fnd_file.log, p_text);
47: --
48: ELSE
49: --
50: hr_utility.trace(p_text);