DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on HR_MULTI_MESSAGE

Line 227: hr_multi_message.enable_message_list;

223: savepoint create_cost_allocation_swi;
224: --
225: -- Initialise Multiple Message Detection
226: --
227: hr_multi_message.enable_message_list;
228: --
229: -- Remember IN OUT parameter IN values
230: --
231: l_cost_allocation_keyflex_id := p_cost_allocation_keyflex_id;

Line 322: p_return_status := hr_multi_message.get_return_status_disable;

318: -- Derive the API return status value based on whether
319: -- messages of any type exist in the Multiple Message List.
320: -- Also disable Multiple Message Detection.
321: --
322: p_return_status := hr_multi_message.get_return_status_disable;
323: hr_utility.set_location(' Leaving:' || l_proc,100);
324: --
325: exception
326: when hr_multi_message.error_message_exist then

Line 326: when hr_multi_message.error_message_exist then

322: p_return_status := hr_multi_message.get_return_status_disable;
323: hr_utility.set_location(' Leaving:' || l_proc,100);
324: --
325: exception
326: when hr_multi_message.error_message_exist then
327: --
328: -- Catch the Multiple Message List exception which
329: -- indicates API processing has been aborted because
330: -- at least one message exists in the list.

Line 341: p_return_status := hr_multi_message.get_return_status_disable;

337: p_effective_start_date := null;
338: p_effective_end_date := null;
339: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
340: p_object_version_number := null;
341: p_return_status := hr_multi_message.get_return_status_disable;
342: hr_utility.set_location(' Leaving:' || l_proc, 110);
343: when others then
344: --
345: -- When Multiple Message Detection is enabled catch

Line 352: if hr_multi_message.unexpected_error_add(l_proc) then

348: -- Multiple Message List. Otherwise re-raise the
349: -- error.
350: --
351: rollback to create_cost_allocation_swi;
352: if hr_multi_message.unexpected_error_add(l_proc) then
353: hr_utility.set_location(' Leaving:' || l_proc,120);
354: raise;
355: end if;
356: --

Line 364: p_return_status := hr_multi_message.get_return_status_disable;

360: p_effective_start_date := null;
361: p_effective_end_date := null;
362: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
363: p_object_version_number := null;
364: p_return_status := hr_multi_message.get_return_status_disable;
365: hr_utility.set_location(' Leaving:' || l_proc,130);
366: end create_cost_allocation;
367: -- ----------------------------------------------------------------------------
368: -- |------------------------< delete_cost_allocation >------------------------|

Line 398: hr_multi_message.enable_message_list;

394: savepoint delete_cost_allocation_swi;
395: --
396: -- Initialise Multiple Message Detection
397: --
398: hr_multi_message.enable_message_list;
399: --
400: -- Remember IN OUT parameter IN values
401: --
402: l_object_version_number := p_object_version_number;

Line 436: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 440: when hr_multi_message.error_message_exist then

436: p_return_status := hr_multi_message.get_return_status_disable;
437: hr_utility.set_location(' Leaving:' || l_proc,20);
438: --
439: exception
440: when hr_multi_message.error_message_exist then
441: --
442: -- Catch the Multiple Message List exception which
443: -- indicates API processing has been aborted because
444: -- at least one message exists in the list.

Line 453: p_return_status := hr_multi_message.get_return_status_disable;

449: --
450: p_object_version_number := l_object_version_number;
451: p_effective_start_date := null;
452: p_effective_end_date := null;
453: p_return_status := hr_multi_message.get_return_status_disable;
454: hr_utility.set_location(' Leaving:' || l_proc, 30);
455: when others then
456: --
457: -- When Multiple Message Detection is enabled catch

Line 464: if hr_multi_message.unexpected_error_add(l_proc) then

460: -- Multiple Message List. Otherwise re-raise the
461: -- error.
462: --
463: rollback to delete_cost_allocation_swi;
464: if hr_multi_message.unexpected_error_add(l_proc) then
465: hr_utility.set_location(' Leaving:' || l_proc,40);
466: raise;
467: end if;
468: --

Line 474: p_return_status := hr_multi_message.get_return_status_disable;

470: --
471: p_object_version_number := l_object_version_number;
472: p_effective_start_date := null;
473: p_effective_end_date := null;
474: p_return_status := hr_multi_message.get_return_status_disable;
475: hr_utility.set_location(' Leaving:' || l_proc,50);
476: end delete_cost_allocation;
477: -- ----------------------------------------------------------------------------
478: -- |------------------------< update_cost_allocation >------------------------|

Line 553: hr_multi_message.enable_message_list;

549: savepoint update_cost_allocation_swi;
550: --
551: -- Initialise Multiple Message Detection
552: --
553: hr_multi_message.enable_message_list;
554: --
555: -- Remember IN OUT parameter IN values
556: --
557: l_object_version_number := p_object_version_number;

Line 649: p_return_status := hr_multi_message.get_return_status_disable;

645: -- Derive the API return status value based on whether
646: -- messages of any type exist in the Multiple Message List.
647: -- Also disable Multiple Message Detection.
648: --
649: p_return_status := hr_multi_message.get_return_status_disable;
650: hr_utility.set_location(' Leaving:' || l_proc,100);
651: --
652: exception
653: when hr_multi_message.error_message_exist then

Line 653: when hr_multi_message.error_message_exist then

649: p_return_status := hr_multi_message.get_return_status_disable;
650: hr_utility.set_location(' Leaving:' || l_proc,100);
651: --
652: exception
653: when hr_multi_message.error_message_exist then
654: --
655: -- Catch the Multiple Message List exception which
656: -- indicates API processing has been aborted because
657: -- at least one message exists in the list.

Line 668: p_return_status := hr_multi_message.get_return_status_disable;

664: p_combination_name := null;
665: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
666: p_effective_start_date := null;
667: p_effective_end_date := null;
668: p_return_status := hr_multi_message.get_return_status_disable;
669: hr_utility.set_location(' Leaving:' || l_proc, 110);
670: when others then
671: --
672: -- When Multiple Message Detection is enabled catch

Line 679: if hr_multi_message.unexpected_error_add(l_proc) then

675: -- Multiple Message List. Otherwise re-raise the
676: -- error.
677: --
678: rollback to update_cost_allocation_swi;
679: if hr_multi_message.unexpected_error_add(l_proc) then
680: hr_utility.set_location(' Leaving:' || l_proc,120);
681: raise;
682: end if;
683: --

Line 691: p_return_status := hr_multi_message.get_return_status_disable;

687: p_combination_name := null;
688: p_cost_allocation_keyflex_id := l_cost_allocation_keyflex_id;
689: p_effective_start_date := null;
690: p_effective_end_date := null;
691: p_return_status := hr_multi_message.get_return_status_disable;
692: hr_utility.set_location(' Leaving:' || l_proc,130);
693: end update_cost_allocation;
694:
695: /*For Bug 10187159 */