DBA Data[Home] [Help]

APPS.HRI_OPL_POSH dependencies on FND_FILE

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

108: /* Write to the concurrent request log if called from a concurrent request */
109: IF (g_conc_request_flag = TRUE) THEN
110:
111: /* Put text to log file */
112: fnd_file.put_line(FND_FILE.log, p_text);
113:
114: END IF;
115:
116: END output;