DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_SWI dependencies on HR_UTILITY

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

85: l_proc varchar2(72);
86: Begin
87: l_proc := g_package ||'create_accrual_plan';
88: --
89: hr_utility.set_location(' Entering:' || l_proc,10);
90: --
91: -- Issue a savepoint
92: --
93: savepoint create_accrual_plan_swi;

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

200: -- messages of any type exist in the Multiple Message List.
201: -- Also disable Multiple Message Detection.
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,20);
205: --
206: exception
207: when hr_multi_message.error_message_exist then
208: --

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

230: p_object_version_number := null;
231: p_no_link_message := null;
232: p_check_accrual_ff := null;
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc, 30);
235: when others then
236: --
237: -- When Multiple Message Detection is enabled catch
238: -- any Application specific or other unexpected

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

241: -- error.
242: --
243: rollback to create_accrual_plan_swi;
244: if hr_multi_message.unexpected_error_add(l_proc) then
245: hr_utility.set_location(' Leaving:' || l_proc,40);
246: raise;
247: end if;
248: --
249: -- Reset IN OUT and set OUT parameters

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

264: p_object_version_number := null;
265: p_no_link_message := null;
266: p_check_accrual_ff := null;
267: p_return_status := hr_multi_message.get_return_status_disable;
268: hr_utility.set_location(' Leaving:' || l_proc,50);
269: end create_accrual_plan;
270: -- ----------------------------------------------------------------------------
271: -- |--------------------------< update_accrual_plan >-------------------------|
272: -- ----------------------------------------------------------------------------

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

334: -- Other variables
335: l_proc varchar2(72);
336: Begin
337: l_proc := g_package ||'update_accrual_plan';
338: hr_utility.set_location(' Entering:' || l_proc,10);
339: --
340: -- Issue a savepoint
341: --
342: savepoint update_accrual_plan_swi;

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

431: -- messages of any type exist in the Multiple Message List.
432: -- Also disable Multiple Message Detection.
433: --
434: p_return_status := hr_multi_message.get_return_status_disable;
435: hr_utility.set_location(' Leaving:' || l_proc,20);
436: --
437: exception
438: when hr_multi_message.error_message_exist then
439: --

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

451: p_balance_element_type_id := null;
452: p_tagging_element_type_id := null;
453: p_check_accrual_ff := null;
454: p_return_status := hr_multi_message.get_return_status_disable;
455: hr_utility.set_location(' Leaving:' || l_proc, 30);
456: when others then
457: --
458: -- When Multiple Message Detection is enabled catch
459: -- any Application specific or other unexpected

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

462: -- error.
463: --
464: rollback to update_accrual_plan_swi;
465: if hr_multi_message.unexpected_error_add(l_proc) then
466: hr_utility.set_location(' Leaving:' || l_proc,40);
467: raise;
468: end if;
469: --
470: -- Reset IN OUT and set OUT parameters

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

475: p_balance_element_type_id := null;
476: p_tagging_element_type_id := null;
477: p_check_accrual_ff := null;
478: p_return_status := hr_multi_message.get_return_status_disable;
479: hr_utility.set_location(' Leaving:' || l_proc,50);
480: end update_accrual_plan;
481: -- ----------------------------------------------------------------------------
482: -- |--------------------------< delete_accrual_plan >-------------------------|
483: -- ----------------------------------------------------------------------------

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

503: l_proc varchar2(72);
504: Begin
505: l_proc := g_package ||'delete_accrual_plan';
506: --
507: hr_utility.set_location(' Entering:' || l_proc,10);
508: --
509: -- Issue a savepoint
510: --
511: savepoint delete_accrual_plan_swi;

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

551: -- messages of any type exist in the Multiple Message List.
552: -- Also disable Multiple Message Detection.
553: --
554: p_return_status := hr_multi_message.get_return_status_disable;
555: hr_utility.set_location(' Leaving:' || l_proc,20);
556: --
557: exception
558: when hr_multi_message.error_message_exist then
559: --

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

565: --
566: -- Reset IN OUT parameters and set OUT parameters
567: --
568: p_return_status := hr_multi_message.get_return_status_disable;
569: hr_utility.set_location(' Leaving:' || l_proc, 30);
570: when others then
571: --
572: -- When Multiple Message Detection is enabled catch
573: -- any Application specific or other unexpected

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

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

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

583: --
584: -- Reset IN OUT and set OUT parameters
585: --
586: p_return_status := hr_multi_message.get_return_status_disable;
587: hr_utility.set_location(' Leaving:' || l_proc,50);
588: end delete_accrual_plan;
589: begin
590: g_package := 'hr_accrual_plan_swi.';
591: end hr_accrual_plan_swi;