DBA Data[Home] [Help]

APPS.HRI_OPL_ORGH_CT dependencies on FND_FILE

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

93: /* Write to the concurrent request log if called from a concurrent request */
94: IF (g_conc_request_flag = TRUE) THEN
95:
96: /* Put text to log file */
97: fnd_file.put_line(FND_FILE.log, p_text);
98: END IF;
99:
100: END output;
101: