DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHOD_SWI dependencies on HR_MULTI_MESSAGE

Line 152: hr_multi_message.enable_message_list;

148: savepoint create_org_payment_method_swi;
149: --
150: -- Initialise Multiple Message Detection
151: --
152: hr_multi_message.enable_message_list;
153: --
154: -- Remember IN OUT parameter IN values
155: --
156: --

Line 305: p_return_status := hr_multi_message.get_return_status_disable;

301: -- Derive the API return status value based on whether
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

Line 309: when hr_multi_message.error_message_exist then

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: --
311: -- Catch the Multiple Message List exception which
312: -- indicates API processing has been aborted because
313: -- at least one message exists in the list.

Line 325: p_return_status := hr_multi_message.get_return_status_disable;

321: p_object_version_number := null;
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

Line 336: if hr_multi_message.unexpected_error_add(l_proc) then

332: -- Multiple Message List. Otherwise re-raise the
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: --

Line 349: p_return_status := hr_multi_message.get_return_status_disable;

345: p_object_version_number := null;
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 >----------------------|

Line 383: hr_multi_message.enable_message_list;

379: savepoint delete_org_payment_method_swi;
380: --
381: -- Initialise Multiple Message Detection
382: --
383: hr_multi_message.enable_message_list;
384: --
385: -- Remember IN OUT parameter IN values
386: --
387: l_object_version_number := p_object_version_number;

Line 421: p_return_status := hr_multi_message.get_return_status_disable;

417: -- Derive the API return status value based on whether
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

Line 425: when hr_multi_message.error_message_exist then

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: --
427: -- Catch the Multiple Message List exception which
428: -- indicates API processing has been aborted because
429: -- at least one message exists in the list.

Line 438: p_return_status := hr_multi_message.get_return_status_disable;

434: --
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

Line 449: if hr_multi_message.unexpected_error_add(l_proc) then

445: -- Multiple Message List. Otherwise re-raise the
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: --

Line 459: p_return_status := hr_multi_message.get_return_status_disable;

455: --
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 >----------------------|

Line 604: hr_multi_message.enable_message_list;

600: savepoint update_org_payment_method_swi;
601: --
602: -- Initialise Multiple Message Detection
603: --
604: hr_multi_message.enable_message_list;
605: --
606: -- Remember IN OUT parameter IN values
607: --
608: l_object_version_number := p_object_version_number;

Line 753: p_return_status := hr_multi_message.get_return_status_disable;

749: -- Derive the API return status value based on whether
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

Line 757: when hr_multi_message.error_message_exist then

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: --
759: -- Catch the Multiple Message List exception which
760: -- indicates API processing has been aborted because
761: -- at least one message exists in the list.

Line 773: p_return_status := hr_multi_message.get_return_status_disable;

769: p_effective_end_date := null;
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

Line 784: if hr_multi_message.unexpected_error_add(l_proc) then

780: -- Multiple Message List. Otherwise re-raise the
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: --

Line 797: p_return_status := hr_multi_message.get_return_status_disable;

793: p_effective_end_date := null;
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;