DBA Data[Home] [Help]

APPS.HR_GRADE_SWI dependencies on HR_UTILITY

Line 117: hr_utility.set_location(' Entering:' || l_proc,10);

113: --
114: -- Other variables
115: l_proc varchar2(72) := g_package ||'create_grade';
116: Begin
117: hr_utility.set_location(' Entering:' || l_proc,10);
118: --
119: -- Issue a savepoint
120: --
121: savepoint create_grade_swi;

Line 250: hr_utility.set_location(' Leaving:' || l_proc,20);

246: -- messages of any type exist in the Multiple Message List.
247: -- Also disable Multiple Message Detection.
248: --
249: p_return_status := hr_multi_message.get_return_status_disable;
250: hr_utility.set_location(' Leaving:' || l_proc,20);
251: --
252: exception
253: when hr_multi_message.error_message_exist then
254: --

Line 268: hr_utility.set_location(' Leaving:' || l_proc, 30);

264: p_object_version_number := null;
265: p_grade_definition_id := l_grade_definition_id;
266: p_name := l_name;
267: p_return_status := hr_multi_message.get_return_status_disable;
268: hr_utility.set_location(' Leaving:' || l_proc, 30);
269: when others then
270: --
271: -- When Multiple Message Detection is enabled catch
272: -- any Application specific or other unexpected

Line 279: hr_utility.set_location(' Leaving:' || l_proc,40);

275: -- error.
276: --
277: rollback to create_grade_swi;
278: if hr_multi_message.unexpected_error_add(l_proc) then
279: hr_utility.set_location(' Leaving:' || l_proc,40);
280: raise;
281: end if;
282: --
283: -- Reset IN OUT and set OUT parameters

Line 290: hr_utility.set_location(' Leaving:' || l_proc,50);

286: p_object_version_number := null;
287: p_grade_definition_id := l_grade_definition_id;
288: p_name := l_name;
289: p_return_status := hr_multi_message.get_return_status_disable;
290: hr_utility.set_location(' Leaving:' || l_proc,50);
291: end create_grade;
292: -- ----------------------------------------------------------------------------
293: -- |-----------------------------< delete_grade >-----------------------------|
294: -- ----------------------------------------------------------------------------

Line 311: hr_utility.set_location(' Entering:' || l_proc,10);

307: --
308: -- Other variables
309: l_proc varchar2(72) := g_package ||'delete_grade';
310: Begin
311: hr_utility.set_location(' Entering:' || l_proc,10);
312: --
313: -- Issue a savepoint
314: --
315: savepoint delete_grade_swi;

Line 354: hr_utility.set_location(' Leaving:' || l_proc,20);

350: -- messages of any type exist in the Multiple Message List.
351: -- Also disable Multiple Message Detection.
352: --
353: p_return_status := hr_multi_message.get_return_status_disable;
354: hr_utility.set_location(' Leaving:' || l_proc,20);
355: --
356: exception
357: when hr_multi_message.error_message_exist then
358: --

Line 369: hr_utility.set_location(' Leaving:' || l_proc, 30);

365: -- Reset IN OUT parameters and set OUT parameters
366: --
367: p_object_version_number := l_object_version_number;
368: p_return_status := hr_multi_message.get_return_status_disable;
369: hr_utility.set_location(' Leaving:' || l_proc, 30);
370: when others then
371: --
372: -- When Multiple Message Detection is enabled catch
373: -- any Application specific or other unexpected

Line 380: hr_utility.set_location(' Leaving:' || l_proc,40);

376: -- error.
377: --
378: rollback to delete_grade_swi;
379: if hr_multi_message.unexpected_error_add(l_proc) then
380: hr_utility.set_location(' Leaving:' || l_proc,40);
381: raise;
382: end if;
383: --
384: -- Reset IN OUT and set OUT parameters

Line 388: hr_utility.set_location(' Leaving:' || l_proc,50);

384: -- Reset IN OUT and set OUT parameters
385: --
386: p_object_version_number := l_object_version_number;
387: p_return_status := hr_multi_message.get_return_status_disable;
388: hr_utility.set_location(' Leaving:' || l_proc,50);
389: end delete_grade;
390: -- ----------------------------------------------------------------------------
391: -- |-----------------------------< update_grade >-----------------------------|
392: -- ----------------------------------------------------------------------------

Line 500: hr_utility.set_location(' Entering:' || l_proc,10);

496: --
497: -- Other variables
498: l_proc varchar2(72) := g_package ||'update_grade';
499: Begin
500: hr_utility.set_location(' Entering:' || l_proc,10);
501: --
502: -- Issue a savepoint
503: --
504: savepoint update_grade_swi;

Line 634: hr_utility.set_location(' Leaving:' || l_proc,20);

630: -- messages of any type exist in the Multiple Message List.
631: -- Also disable Multiple Message Detection.
632: --
633: p_return_status := hr_multi_message.get_return_status_disable;
634: hr_utility.set_location(' Leaving:' || l_proc,20);
635: --
636: exception
637: when hr_multi_message.error_message_exist then
638: --

Line 652: hr_utility.set_location(' Leaving:' || l_proc, 30);

648: p_name := l_name;
649: p_object_version_number := l_object_version_number;
650: p_grade_definition_id := l_grade_definition_id;
651: p_return_status := hr_multi_message.get_return_status_disable;
652: hr_utility.set_location(' Leaving:' || l_proc, 30);
653: when others then
654: --
655: -- When Multiple Message Detection is enabled catch
656: -- any Application specific or other unexpected

Line 663: hr_utility.set_location(' Leaving:' || l_proc,40);

659: -- error.
660: --
661: rollback to update_grade_swi;
662: if hr_multi_message.unexpected_error_add(l_proc) then
663: hr_utility.set_location(' Leaving:' || l_proc,40);
664: raise;
665: end if;
666: --
667: -- Reset IN OUT and set OUT parameters

Line 674: hr_utility.set_location(' Leaving:' || l_proc,50);

670: p_name := l_name;
671: p_object_version_number := l_object_version_number;
672: p_grade_definition_id := l_grade_definition_id;
673: p_return_status := hr_multi_message.get_return_status_disable;
674: hr_utility.set_location(' Leaving:' || l_proc,50);
675: end update_grade;
676: end hr_grade_swi;