DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_HST_INC dependencies on FND_FILE

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

172: /* Write to the concurrent request log if called from a concurrent request */
173: IF (g_conc_request_flag = TRUE) THEN
174:
175: /* Put text to log file */
176: fnd_file.put_line(FND_FILE.log, p_text);
177:
178: END IF;
179:
180: END output;