DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_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_element_type';
116: Begin
117: hr_utility.set_location(' Entering:' || l_proc,10);
118: --
119: -- Issue a savepoint
120: --
121: savepoint create_element_type_swi;

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

251: -- messages of any type exist in the Multiple Message List.
252: -- Also disable Multiple Message Detection.
253: --
254: p_return_status := hr_multi_message.get_return_status_disable;
255: hr_utility.set_location(' Leaving:' || l_proc,20);
256: --
257: exception
258: when hr_multi_message.error_message_exist then
259: --

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

270: p_effective_end_date := null;
271: p_object_version_number := null;
272: p_comment_id := null;
273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc, 30);
275: when others then
276: --
277: -- When Multiple Message Detection is enabled catch
278: -- any Application specific or other unexpected

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

281: -- error.
282: --
283: rollback to create_element_type_swi;
284: if hr_multi_message.unexpected_error_add(l_proc) then
285: hr_utility.set_location(' Leaving:' || l_proc,40);
286: raise;
287: end if;
288: --
289: -- Reset IN OUT and set OUT parameters

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

293: p_effective_end_date := null;
294: p_object_version_number := null;
295: p_comment_id := null;
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc,50);
298: end create_element_type;
299: -- ----------------------------------------------------------------------------
300: -- |--------------------------< update_element_type >-------------------------|
301: -- ----------------------------------------------------------------------------

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

400: --
401: -- Other variables
402: l_proc varchar2(72) := g_package ||'update_element_type';
403: Begin
404: hr_utility.set_location(' Entering:' || l_proc,10);
405: --
406: -- Issue a savepoint
407: --
408: savepoint update_element_type_swi;

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

546: -- messages of any type exist in the Multiple Message List.
547: -- Also disable Multiple Message Detection.
548: --
549: p_return_status := hr_multi_message.get_return_status_disable;
550: hr_utility.set_location(' Leaving:' || l_proc,20);
551: --
552: exception
553: when hr_multi_message.error_message_exist then
554: --

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

564: p_effective_start_date := null;
565: p_effective_end_date := null;
566: p_comment_id := null;
567: p_return_status := hr_multi_message.get_return_status_disable;
568: hr_utility.set_location(' Leaving:' || l_proc, 30);
569: when others then
570: --
571: -- When Multiple Message Detection is enabled catch
572: -- any Application specific or other unexpected

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

575: -- error.
576: --
577: rollback to update_element_type_swi;
578: if hr_multi_message.unexpected_error_add(l_proc) then
579: hr_utility.set_location(' Leaving:' || l_proc,40);
580: raise;
581: end if;
582: --
583: -- Reset IN OUT and set OUT parameters

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

586: p_effective_start_date := null;
587: p_effective_end_date := null;
588: p_comment_id := null;
589: p_return_status := hr_multi_message.get_return_status_disable;
590: hr_utility.set_location(' Leaving:' || l_proc,50);
591: end update_element_type;
592: -- ----------------------------------------------------------------------------
593: -- |--------------------------< delete_element_type >-------------------------|
594: -- ----------------------------------------------------------------------------

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

613: --
614: -- Other variables
615: l_proc varchar2(72) := g_package ||'delete_element_type';
616: Begin
617: hr_utility.set_location(' Entering:' || l_proc,10);
618: --
619: -- Issue a savepoint
620: --
621: savepoint delete_element_type_swi;

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

673: -- messages of any type exist in the Multiple Message List.
674: -- Also disable Multiple Message Detection.
675: --
676: p_return_status := hr_multi_message.get_return_status_disable;
677: hr_utility.set_location(' Leaving:' || l_proc,20);
678: --
679: exception
680: when hr_multi_message.error_message_exist then
681: --

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

690: p_object_version_number := l_object_version_number;
691: p_effective_start_date := null;
692: p_effective_end_date := null;
693: p_return_status := hr_multi_message.get_return_status_disable;
694: hr_utility.set_location(' Leaving:' || l_proc, 30);
695: when others then
696: --
697: -- When Multiple Message Detection is enabled catch
698: -- any Application specific or other unexpected

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

701: -- error.
702: --
703: rollback to delete_element_type_swi;
704: if hr_multi_message.unexpected_error_add(l_proc) then
705: hr_utility.set_location(' Leaving:' || l_proc,40);
706: raise;
707: end if;
708: --
709: -- Reset IN OUT and set OUT parameters

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

711: p_object_version_number := l_object_version_number;
712: p_effective_start_date := null;
713: p_effective_end_date := null;
714: p_return_status := hr_multi_message.get_return_status_disable;
715: hr_utility.set_location(' Leaving:' || l_proc,50);
716: end delete_element_type;
717: end pay_element_types_swi;