DBA Data[Home] [Help]

APPS.OTA_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 372: --hr_utility.trace_on('F','LGEUPG');

368: l_request_id number;
369: user_exception exception;
370:
371: begin
372: --hr_utility.trace_on('F','LGEUPG');
373: writeLog('Starting process', 'G', FALSE, 0);
374:
375: -- raise user_exception;
376: