DBA Data[Home] [Help]

APPS.HRI_OPL_PER_PERSON dependencies on FND_FILE

Line 281: fnd_file.put_line(FND_FILE.log, p_text);

277: IF (g_conc_request_flag = TRUE) THEN
278: --
279: -- Put text to log file
280: --
281: fnd_file.put_line(FND_FILE.log, p_text);
282: --
283: END IF;
284: --
285: END output;