DBA Data[Home] [Help]

APPS.TRR_ENGINE_PKG dependencies on HR_UTILITY

Line 51: --hr_utility.trace_on(null,'oracle');

47: --
48: --
49: begin
50:
51: --hr_utility.trace_on(null,'oracle');
52:
53: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error
54: retcode := 0;
55: -- get printing info

Line 199: WHEN hr_utility.hr_error THEN

195: argument8 => p_dimension);
196: end if;
197: EXCEPTION
198: --
199: WHEN hr_utility.hr_error THEN
200: --
201: -- Set up error message and error return code.
202: --
203: --hr_utility.trace('in the exception');

Line 203: --hr_utility.trace('in the exception');

199: WHEN hr_utility.hr_error THEN
200: --
201: -- Set up error message and error return code.
202: --
203: --hr_utility.trace('in the exception');
204: errbuf := hr_utility.get_message;
205: retcode := 2;
206: --
207: --

Line 204: errbuf := hr_utility.get_message;

200: --
201: -- Set up error message and error return code.
202: --
203: --hr_utility.trace('in the exception');
204: errbuf := hr_utility.get_message;
205: retcode := 2;
206: --
207: --
208: WHEN others THEN

Line 413: WHEN hr_utility.hr_error THEN

409: argument17 => p_dimension);
410: end if;
411: EXCEPTION
412: --
413: WHEN hr_utility.hr_error THEN
414: --
415: -- Set up error message and error return code.
416: --
417: errbuf := hr_utility.get_message;

Line 417: errbuf := hr_utility.get_message;

413: WHEN hr_utility.hr_error THEN
414: --
415: -- Set up error message and error return code.
416: --
417: errbuf := hr_utility.get_message;
418: retcode := 2;
419: --
420: --
421: --