DBA Data[Home] [Help]

APPS.PER_DATA_UPGRADER_UTIL dependencies on HR_UTILITY

Line 51: hr_utility.raise_error;

47: l_logging_level := getLoggingState();
48:
49: if p_error then
50: fnd_file.put_line(FND_FILE.log, p_text);
51: hr_utility.raise_error;
52: end if;
53:
54: if p_logging_type = 'G'
55: and g_general_logging_level

Line 63: hr_utility.set_location(p_text,10);

59: -- fnd_file.put_line(FND_FILE.log, p_text);
60: end if;
61:
62:
63: hr_utility.set_location(p_text,10);
64: exception
65: when others then
66: if SQLCODE = -20100 then
67: hr_utility.set_location(p_text,p_location);

Line 67: hr_utility.set_location(p_text,p_location);

63: hr_utility.set_location(p_text,10);
64: exception
65: when others then
66: if SQLCODE = -20100 then
67: hr_utility.set_location(p_text,p_location);
68: else
69: raise;
70: end if;
71: END;

Line 238: --hr_utility.trace_on('F','LGEUPG');

234: l_request_id number;
235: user_exception exception;
236:
237: begin
238: --hr_utility.trace_on('F','LGEUPG');
239: writeLog('Starting process', 'G', FALSE, 0);
240:
241: -- raise user_exception;
242: