DBA Data[Home] [Help]

APPS.OTA_LP_ENROLLMENT_SWI dependencies on HR_MULTI_MESSAGE

Line 79: hr_multi_message.enable_message_list;

75: savepoint create_lp_enrollment_swi;
76: --
77: -- Initialise Multiple Message Detection
78: --
79: hr_multi_message.enable_message_list;
80: --
81: -- Remember IN OUT parameter IN values
82: --
83: --

Line 159: p_return_status := hr_multi_message.get_return_status_disable;

155: -- Derive the API return status value based on whether
156: -- messages of any type exist in the Multiple Message List.
157: -- Also disable Multiple Message Detection.
158: --
159: p_return_status := hr_multi_message.get_return_status_disable;
160: hr_utility.set_location(' Leaving:' || l_proc,20);
161: --
162: exception
163: when hr_multi_message.error_message_exist then

Line 163: when hr_multi_message.error_message_exist then

159: p_return_status := hr_multi_message.get_return_status_disable;
160: hr_utility.set_location(' Leaving:' || l_proc,20);
161: --
162: exception
163: when hr_multi_message.error_message_exist then
164: --
165: -- Catch the Multiple Message List exception which
166: -- indicates API processing has been aborted because
167: -- at least one message exists in the list.

Line 174: p_return_status := hr_multi_message.get_return_status_disable;

170: --
171: -- Reset IN OUT parameters and set OUT parameters
172: --
173: p_object_version_number := null;
174: p_return_status := hr_multi_message.get_return_status_disable;
175: hr_utility.set_location(' Leaving:' || l_proc, 30);
176: when others then
177: --
178: -- When Multiple Message Detection is enabled catch

Line 185: if hr_multi_message.unexpected_error_add(l_proc) then

181: -- Multiple Message List. Otherwise re-raise the
182: -- error.
183: --
184: rollback to create_lp_enrollment_swi;
185: if hr_multi_message.unexpected_error_add(l_proc) then
186: hr_utility.set_location(' Leaving:' || l_proc,40);
187: raise;
188: end if;
189: --

Line 193: p_return_status := hr_multi_message.get_return_status_disable;

189: --
190: -- Reset IN OUT and set OUT parameters
191: --
192: p_object_version_number := null;
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc,50);
195: end create_lp_enrollment;
196: -- ----------------------------------------------------------------------------
197: -- |-------------------------< update_lp_enrollment >-------------------------|

Line 266: hr_multi_message.enable_message_list;

262: savepoint update_lp_enrollment_swi;
263: --
264: -- Initialise Multiple Message Detection
265: --
266: hr_multi_message.enable_message_list;
267: --
268: -- Remember IN OUT parameter IN values
269: --
270: l_object_version_number := p_object_version_number;

Line 343: p_return_status := hr_multi_message.get_return_status_disable;

339: -- Derive the API return status value based on whether
340: -- messages of any type exist in the Multiple Message List.
341: -- Also disable Multiple Message Detection.
342: --
343: p_return_status := hr_multi_message.get_return_status_disable;
344: hr_utility.set_location(' Leaving:' || l_proc,20);
345: --
346: exception
347: when hr_multi_message.error_message_exist then

Line 347: when hr_multi_message.error_message_exist then

343: p_return_status := hr_multi_message.get_return_status_disable;
344: hr_utility.set_location(' Leaving:' || l_proc,20);
345: --
346: exception
347: when hr_multi_message.error_message_exist then
348: --
349: -- Catch the Multiple Message List exception which
350: -- indicates API processing has been aborted because
351: -- at least one message exists in the list.

Line 358: p_return_status := hr_multi_message.get_return_status_disable;

354: --
355: -- Reset IN OUT parameters and set OUT parameters
356: --
357: p_object_version_number := l_object_version_number;
358: p_return_status := hr_multi_message.get_return_status_disable;
359: hr_utility.set_location(' Leaving:' || l_proc, 30);
360: when others then
361: --
362: -- When Multiple Message Detection is enabled catch

Line 369: if hr_multi_message.unexpected_error_add(l_proc) then

365: -- Multiple Message List. Otherwise re-raise the
366: -- error.
367: --
368: rollback to update_lp_enrollment_swi;
369: if hr_multi_message.unexpected_error_add(l_proc) then
370: hr_utility.set_location(' Leaving:' || l_proc,40);
371: raise;
372: end if;
373: --

Line 377: p_return_status := hr_multi_message.get_return_status_disable;

373: --
374: -- Reset IN OUT and set OUT parameters
375: --
376: p_object_version_number := l_object_version_number;
377: p_return_status := hr_multi_message.get_return_status_disable;
378: hr_utility.set_location(' Leaving:' || l_proc,50);
379: end update_lp_enrollment;
380: -- ----------------------------------------------------------------------------
381: -- |-------------------------< delete_lp_enrollment >-------------------------|

Line 406: hr_multi_message.enable_message_list;

402: savepoint delete_lp_enrollment_swi;
403: --
404: -- Initialise Multiple Message Detection
405: --
406: hr_multi_message.enable_message_list;
407: --
408: -- Remember IN OUT parameter IN values
409: --
410: --

Line 439: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 443: when hr_multi_message.error_message_exist then

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

Line 453: p_return_status := hr_multi_message.get_return_status_disable;

449: rollback to delete_lp_enrollment_swi;
450: --
451: -- Reset IN OUT parameters and set OUT parameters
452: --
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_lp_enrollment_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 471: p_return_status := hr_multi_message.get_return_status_disable;

467: end if;
468: --
469: -- Reset IN OUT and set OUT parameters
470: --
471: p_return_status := hr_multi_message.get_return_status_disable;
472: hr_utility.set_location(' Leaving:' || l_proc,50);
473: end delete_lp_enrollment;
474: -- ----------------------------------------------------------------------------
475: -- |--------------------------< SUBSCRIBE_TO_LEARNING_PATH>-------------------------|

Line 495: hr_multi_message.enable_message_list;

491: l_validate boolean;
492:
493: BEGIN
494:
495: hr_multi_message.enable_message_list;
496: savepoint create_lp_subscription_swi;
497:
498: l_validate :=
499: hr_api.constant_to_boolean

Line 525: p_return_status := hr_multi_message.get_return_status_disable;

521: -- Derive the API return status value based on whether
522: -- messages of any type exist in the Multiple Message List.
523: -- Also disable Multiple Message Detection.
524: --
525: p_return_status := hr_multi_message.get_return_status_disable;
526: hr_utility.set_location(' Leaving:' || l_proc,20);
527:
528: exception
529: when hr_multi_message.error_message_exist then

Line 529: when hr_multi_message.error_message_exist then

525: p_return_status := hr_multi_message.get_return_status_disable;
526: hr_utility.set_location(' Leaving:' || l_proc,20);
527:
528: exception
529: when hr_multi_message.error_message_exist then
530: --
531: -- Catch the Multiple Message List exception which
532: -- indicates API processing has been aborted because
533: -- at least one message exists in the list.

Line 541: p_return_status := hr_multi_message.get_return_status_disable;

537: -- Reset IN OUT parameters and set OUT parameters
538: --
539: p_lp_enrollment_id := null;
540: p_path_status_code := null;
541: p_return_status := hr_multi_message.get_return_status_disable;
542: hr_utility.set_location(' Leaving:' || l_proc, 30);
543:
544: when hr_api.validate_enabled then
545: --

Line 567: if hr_multi_message.unexpected_error_add(l_proc) then

563: -- Multiple Message List. Otherwise re-raise the
564: -- error.
565: --
566: rollback to create_lp_subscription_swi;
567: if hr_multi_message.unexpected_error_add(l_proc) then
568: hr_utility.set_location(' Leaving:' || l_proc,40);
569: raise;
570: end if;
571: --

Line 576: p_return_status := hr_multi_message.get_return_status_disable;

572: -- Reset IN OUT and set OUT parameters
573: --
574: p_lp_enrollment_id := null;
575: p_path_status_code := null;
576: p_return_status := hr_multi_message.get_return_status_disable;
577: hr_utility.set_location(' Leaving:' || l_proc,50);
578: END subscribe_to_learning_path;
579: end ota_lp_enrollment_swi;