DBA Data[Home] [Help]

APPS.HR_GL_COST_CENTERS dependencies on FND_FILE

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

67:
68: if p_error_or_debug = 'D'
69: then
70: if l_debug_level = 'DEBUG' then
71: fnd_file.put_line(FND_FILE.log, p_text);
72: end if;
73: elsif p_error_or_debug = 'E' then
74: fnd_file.put_line(FND_FILE.log, p_text);
75: hr_utility.raise_error;

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

70: if l_debug_level = 'DEBUG' then
71: fnd_file.put_line(FND_FILE.log, p_text);
72: end if;
73: elsif p_error_or_debug = 'E' then
74: fnd_file.put_line(FND_FILE.log, p_text);
75: hr_utility.raise_error;
76: else
77: fnd_file.put_line(FND_FILE.log, p_text);
78: end if;

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

73: elsif p_error_or_debug = 'E' then
74: fnd_file.put_line(FND_FILE.log, p_text);
75: hr_utility.raise_error;
76: else
77: fnd_file.put_line(FND_FILE.log, p_text);
78: end if;
79:
80: hr_utility.set_location(p_text,10);
81: exception

Line 2495: fnd_file.put_names(p_mode||p_ccid||'.log'

2491: hr_utility.raise_error;
2492: retcode := 2;
2493: return;
2494: end if;
2495: fnd_file.put_names(p_mode||p_ccid||'.log'
2496: ,p_mode||p_ccid||'.out'
2497: ,l_dir);
2498: hr_utility.set_location(l_proc,30);
2499: else

Line 2505: fnd_file.put_names(p_mode||p_business_group_id||'.log'

2501: if (p_business_group_id IS NULL) then
2502: writelog(fnd_message.get_string('PER','HR_289495_NO_BG'),'E');
2503: end if;
2504:
2505: fnd_file.put_names(p_mode||p_business_group_id||'.log'
2506: ,p_mode||p_business_group_id||'.out'
2507: ,l_dir);
2508: hr_utility.set_location(l_proc,50);
2509: