DBA Data[Home] [Help]

APPS.PAY_US_TRR_ENGINE_PKG dependencies on HR_UTILITY

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

105: --
106: --
107: begin
108:
109: --hr_utility.trace_on(null,'oracle');
110:
111: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error
112: retcode := 0;
113: -- get printing info

Line 335: WHEN hr_utility.hr_error THEN

331: argument8 => p_dimension);
332: end if;
333: EXCEPTION
334: --
335: WHEN hr_utility.hr_error THEN
336: --
337: -- Set up error message and error return code.
338: --
339: --hr_utility.trace('in the exception');

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

335: WHEN hr_utility.hr_error THEN
336: --
337: -- Set up error message and error return code.
338: --
339: --hr_utility.trace('in the exception');
340: errbuf := hr_utility.get_message;
341: retcode := 2;
342: --
343: --

Line 340: errbuf := hr_utility.get_message;

336: --
337: -- Set up error message and error return code.
338: --
339: --hr_utility.trace('in the exception');
340: errbuf := hr_utility.get_message;
341: retcode := 2;
342: --
343: --
344: WHEN others THEN

Line 726: WHEN hr_utility.hr_error THEN

722: argument19 => p_dimension);
723: end if;
724: EXCEPTION
725: --
726: WHEN hr_utility.hr_error THEN
727: --
728: -- Set up error message and error return code.
729: --
730: errbuf := hr_utility.get_message;

Line 730: errbuf := hr_utility.get_message;

726: WHEN hr_utility.hr_error THEN
727: --
728: -- Set up error message and error return code.
729: --
730: errbuf := hr_utility.get_message;
731: retcode := 2;
732:
733: WHEN others THEN
734: -- Set up error message and return code.