DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_WRKFC_ASG dependencies on FND_FILE

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

35: IF (g_concurrent_flag = 'Y') THEN
36: --
37: -- Write to the concurrent request log
38: --
39: fnd_file.put_line(fnd_file.log, p_text);
40: --
41: ELSE
42: --
43: hr_utility.trace(p_text);