DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on FND_FILE

Line 322: fnd_file.put_line(FND_FILE.log, SUBSTR(l_msg, 1, 70)

318: hr_utility.trace(SUBSTR(l_msg, 1, 70));
319: END IF;
320: ELSIF g_dbg_type = g_FND_LOG THEN
321: IF p_location IS NOT NULL THEN
322: fnd_file.put_line(FND_FILE.log, SUBSTR(l_msg, 1, 70)
323: ||', '||to_char(p_location));
324: ELSE
325: fnd_file.put_line(FND_FILE.log, SUBSTR(l_msg, 1, 70));
326: END IF;

Line 325: fnd_file.put_line(FND_FILE.log, SUBSTR(l_msg, 1, 70));

321: IF p_location IS NOT NULL THEN
322: fnd_file.put_line(FND_FILE.log, SUBSTR(l_msg, 1, 70)
323: ||', '||to_char(p_location));
324: ELSE
325: fnd_file.put_line(FND_FILE.log, SUBSTR(l_msg, 1, 70));
326: END IF;
327: END IF;
328:
329: l_msg := SUBSTR(l_msg, 71);

Line 5124: fnd_file.put_line(fnd_file.log,p_message_text);

5120: IF fnd_global.conc_request_id = -1 THEN
5121: hr_utility.trace(SUBSTR(p_message_text,1,200));
5122: hr_utility.trace(SUBSTR(p_message_text,201,200));
5123: ELSE
5124: fnd_file.put_line(fnd_file.log,p_message_text);
5125: END IF;
5126: END log_message;
5127: --
5128: --