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
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');
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: --
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
708: argument17 => p_dimension);
709: end if;
710: EXCEPTION
711: --
712: WHEN hr_utility.hr_error THEN
713: --
714: -- Set up error message and error return code.
715: --
716: errbuf := hr_utility.get_message;
712: WHEN hr_utility.hr_error THEN
713: --
714: -- Set up error message and error return code.
715: --
716: errbuf := hr_utility.get_message;
717: retcode := 2;
718:
719: WHEN others THEN
720: -- Set up error message and return code.