DBA Data[Home] [Help]

APPS.PER_OPL_ORGH dependencies on FND_FILE

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

100: /* Write to the concurrent request log if called from a concurrent request */
101: IF (g_conc_request_flag = TRUE) THEN
102:
103: /* Put text to log file */
104: fnd_file.put_line(FND_FILE.log, p_text);
105: END IF;
106:
107: END output;
108: