DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHOD_SWI dependencies on HR_UTILITY

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

140: -- Other variables
141: l_org_payment_method_id number;
142: l_proc varchar2(72) := g_package ||'create_org_payment_method';
143: Begin
144: hr_utility.set_location(' Entering:' || l_proc,10);
145: --
146: -- Issue a savepoint
147: --
148: savepoint create_org_payment_method_swi;

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

302: -- messages of any type exist in the Multiple Message List.
303: -- Also disable Multiple Message Detection.
304: --
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc,20);
307: --
308: exception
309: when hr_multi_message.error_message_exist then
310: --

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

322: p_asset_code_combination_id := null;
323: p_comment_id := null;
324: p_external_account_id := null;
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc, 30);
327: when others then
328: --
329: -- When Multiple Message Detection is enabled catch
330: -- any Application specific or other unexpected

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

333: -- error.
334: --
335: rollback to create_org_payment_method_swi;
336: if hr_multi_message.unexpected_error_add(l_proc) then
337: hr_utility.set_location(' Leaving:' || l_proc,40);
338: raise;
339: end if;
340: --
341: -- Reset IN OUT and set OUT parameters

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

346: p_asset_code_combination_id := null;
347: p_comment_id := null;
348: p_external_account_id := null;
349: p_return_status := hr_multi_message.get_return_status_disable;
350: hr_utility.set_location(' Leaving:' || l_proc,50);
351: end create_org_payment_method;
352: -- ----------------------------------------------------------------------------
353: -- |-----------------------< delete_org_payment_method >----------------------|
354: -- ----------------------------------------------------------------------------

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

371: --
372: -- Other variables
373: l_proc varchar2(72) := g_package ||'delete_org_payment_method';
374: Begin
375: hr_utility.set_location(' Entering:' || l_proc,10);
376: --
377: -- Issue a savepoint
378: --
379: savepoint delete_org_payment_method_swi;

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

418: -- messages of any type exist in the Multiple Message List.
419: -- Also disable Multiple Message Detection.
420: --
421: p_return_status := hr_multi_message.get_return_status_disable;
422: hr_utility.set_location(' Leaving:' || l_proc,20);
423: --
424: exception
425: when hr_multi_message.error_message_exist then
426: --

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

435: p_object_version_number := l_object_version_number;
436: p_effective_start_date := null;
437: p_effective_end_date := null;
438: p_return_status := hr_multi_message.get_return_status_disable;
439: hr_utility.set_location(' Leaving:' || l_proc, 30);
440: when others then
441: --
442: -- When Multiple Message Detection is enabled catch
443: -- any Application specific or other unexpected

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

446: -- error.
447: --
448: rollback to delete_org_payment_method_swi;
449: if hr_multi_message.unexpected_error_add(l_proc) then
450: hr_utility.set_location(' Leaving:' || l_proc,40);
451: raise;
452: end if;
453: --
454: -- Reset IN OUT and set OUT parameters

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

456: p_object_version_number := l_object_version_number;
457: p_effective_start_date := null;
458: p_effective_end_date := null;
459: p_return_status := hr_multi_message.get_return_status_disable;
460: hr_utility.set_location(' Leaving:' || l_proc,50);
461: end delete_org_payment_method;
462: -- ----------------------------------------------------------------------------
463: -- |-----------------------< update_org_payment_method >----------------------|
464: -- ----------------------------------------------------------------------------

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

592: --
593: -- Other variables
594: l_proc varchar2(72) := g_package ||'update_org_payment_method';
595: Begin
596: hr_utility.set_location(' Entering:' || l_proc,10);
597: --
598: -- Issue a savepoint
599: --
600: savepoint update_org_payment_method_swi;

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

750: -- messages of any type exist in the Multiple Message List.
751: -- Also disable Multiple Message Detection.
752: --
753: p_return_status := hr_multi_message.get_return_status_disable;
754: hr_utility.set_location(' Leaving:' || l_proc,20);
755: --
756: exception
757: when hr_multi_message.error_message_exist then
758: --

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

770: p_asset_code_combination_id := null;
771: p_comment_id := null;
772: p_external_account_id := null;
773: p_return_status := hr_multi_message.get_return_status_disable;
774: hr_utility.set_location(' Leaving:' || l_proc, 30);
775: when others then
776: --
777: -- When Multiple Message Detection is enabled catch
778: -- any Application specific or other unexpected

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

781: -- error.
782: --
783: rollback to update_org_payment_method_swi;
784: if hr_multi_message.unexpected_error_add(l_proc) then
785: hr_utility.set_location(' Leaving:' || l_proc,40);
786: raise;
787: end if;
788: --
789: -- Reset IN OUT and set OUT parameters

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

794: p_asset_code_combination_id := null;
795: p_comment_id := null;
796: p_external_account_id := null;
797: p_return_status := hr_multi_message.get_return_status_disable;
798: hr_utility.set_location(' Leaving:' || l_proc,50);
799: end update_org_payment_method;
800: end pay_org_payment_method_swi;