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
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);
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;
230: l_request_id number;
231: user_exception exception;
232:
233: begin
234: --hr_utility.trace_on('F','LGEUPG');
235: writeLog('Starting process', 'G', FALSE, 0);
236:
237: -- raise user_exception;
238: