DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_SWI dependencies on HR_MULTI_MESSAGE

Line 68: hr_multi_message.enable_message_list;

64: savepoint create_cert_enrollment_swi;
65: --
66: -- Initialise Multiple Message Detection
67: --
68: hr_multi_message.enable_message_list;
69: --
70: -- Remember IN OUT parameter IN values
71: --
72: --

Line 137: p_return_status := hr_multi_message.get_return_status_disable;

133: -- Derive the API return status value based on whether
134: -- messages of any type exist in the Multiple Message List.
135: -- Also disable Multiple Message Detection.
136: --
137: p_return_status := hr_multi_message.get_return_status_disable;
138: hr_utility.set_location(' Leaving:' || l_proc,20);
139: --
140: exception
141: when hr_multi_message.error_message_exist then

Line 141: when hr_multi_message.error_message_exist then

137: p_return_status := hr_multi_message.get_return_status_disable;
138: hr_utility.set_location(' Leaving:' || l_proc,20);
139: --
140: exception
141: when hr_multi_message.error_message_exist then
142: --
143: -- Catch the Multiple Message List exception which
144: -- indicates API processing has been aborted because
145: -- at least one message exists in the list.

Line 152: p_return_status := hr_multi_message.get_return_status_disable;

148: --
149: -- Reset IN OUT parameters and set OUT parameters
150: --
151: p_object_version_number := null;
152: p_return_status := hr_multi_message.get_return_status_disable;
153: hr_utility.set_location(' Leaving:' || l_proc, 30);
154: when others then
155: --
156: -- When Multiple Message Detection is enabled catch

Line 163: if hr_multi_message.unexpected_error_add(l_proc) then

159: -- Multiple Message List. Otherwise re-raise the
160: -- error.
161: --
162: rollback to create_cert_enrollment_swi;
163: if hr_multi_message.unexpected_error_add(l_proc) then
164: hr_utility.set_location(' Leaving:' || l_proc,40);
165: raise;
166: end if;
167: --

Line 171: p_return_status := hr_multi_message.get_return_status_disable;

167: --
168: -- Reset IN OUT and set OUT parameters
169: --
170: p_object_version_number := null;
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,50);
173: end create_cert_enrollment;
174: -- ----------------------------------------------------------------------------
175: -- |------------------------< update_cert_enrollment >------------------------|

Line 234: hr_multi_message.enable_message_list;

230: savepoint update_cert_enrollment_swi;
231: --
232: -- Initialise Multiple Message Detection
233: --
234: hr_multi_message.enable_message_list;
235: --
236: -- Remember IN OUT parameter IN values
237: --
238: l_object_version_number := p_object_version_number;

Line 301: p_return_status := hr_multi_message.get_return_status_disable;

297: -- Derive the API return status value based on whether
298: -- messages of any type exist in the Multiple Message List.
299: -- Also disable Multiple Message Detection.
300: --
301: p_return_status := hr_multi_message.get_return_status_disable;
302: hr_utility.set_location(' Leaving:' || l_proc,20);
303: --
304: exception
305: when hr_multi_message.error_message_exist then

Line 305: when hr_multi_message.error_message_exist then

301: p_return_status := hr_multi_message.get_return_status_disable;
302: hr_utility.set_location(' Leaving:' || l_proc,20);
303: --
304: exception
305: when hr_multi_message.error_message_exist then
306: --
307: -- Catch the Multiple Message List exception which
308: -- indicates API processing has been aborted because
309: -- at least one message exists in the list.

Line 316: p_return_status := hr_multi_message.get_return_status_disable;

312: --
313: -- Reset IN OUT parameters and set OUT parameters
314: --
315: p_object_version_number := l_object_version_number;
316: p_return_status := hr_multi_message.get_return_status_disable;
317: hr_utility.set_location(' Leaving:' || l_proc, 30);
318: when others then
319: --
320: -- When Multiple Message Detection is enabled catch

Line 327: if hr_multi_message.unexpected_error_add(l_proc) then

323: -- Multiple Message List. Otherwise re-raise the
324: -- error.
325: --
326: rollback to update_cert_enrollment_swi;
327: if hr_multi_message.unexpected_error_add(l_proc) then
328: hr_utility.set_location(' Leaving:' || l_proc,40);
329: raise;
330: end if;
331: --

Line 335: p_return_status := hr_multi_message.get_return_status_disable;

331: --
332: -- Reset IN OUT and set OUT parameters
333: --
334: p_object_version_number := l_object_version_number;
335: p_return_status := hr_multi_message.get_return_status_disable;
336: hr_utility.set_location(' Leaving:' || l_proc,50);
337: end update_cert_enrollment;
338: -- ----------------------------------------------------------------------------
339: -- |------------------------< delete_cert_enrollment >------------------------|

Line 364: hr_multi_message.enable_message_list;

360: savepoint delete_cert_enrollment_swi;
361: --
362: -- Initialise Multiple Message Detection
363: --
364: hr_multi_message.enable_message_list;
365: --
366: -- Remember IN OUT parameter IN values
367: --
368: --

Line 397: p_return_status := hr_multi_message.get_return_status_disable;

393: -- Derive the API return status value based on whether
394: -- messages of any type exist in the Multiple Message List.
395: -- Also disable Multiple Message Detection.
396: --
397: p_return_status := hr_multi_message.get_return_status_disable;
398: hr_utility.set_location(' Leaving:' || l_proc,20);
399: --
400: exception
401: when hr_multi_message.error_message_exist then

Line 401: when hr_multi_message.error_message_exist then

397: p_return_status := hr_multi_message.get_return_status_disable;
398: hr_utility.set_location(' Leaving:' || l_proc,20);
399: --
400: exception
401: when hr_multi_message.error_message_exist then
402: --
403: -- Catch the Multiple Message List exception which
404: -- indicates API processing has been aborted because
405: -- at least one message exists in the list.

Line 411: p_return_status := hr_multi_message.get_return_status_disable;

407: rollback to delete_cert_enrollment_swi;
408: --
409: -- Reset IN OUT parameters and set OUT parameters
410: --
411: p_return_status := hr_multi_message.get_return_status_disable;
412: hr_utility.set_location(' Leaving:' || l_proc, 30);
413: when others then
414: --
415: -- When Multiple Message Detection is enabled catch

Line 422: if hr_multi_message.unexpected_error_add(l_proc) then

418: -- Multiple Message List. Otherwise re-raise the
419: -- error.
420: --
421: rollback to delete_cert_enrollment_swi;
422: if hr_multi_message.unexpected_error_add(l_proc) then
423: hr_utility.set_location(' Leaving:' || l_proc,40);
424: raise;
425: end if;
426: --

Line 429: p_return_status := hr_multi_message.get_return_status_disable;

425: end if;
426: --
427: -- Reset IN OUT and set OUT parameters
428: --
429: p_return_status := hr_multi_message.get_return_status_disable;
430: hr_utility.set_location(' Leaving:' || l_proc,50);
431: end delete_cert_enrollment;
432:
433: -- ----------------------------------------------------------------------------

Line 480: hr_multi_message.enable_message_list;

476: l_validate boolean;
477:
478: BEGIN
479:
480: hr_multi_message.enable_message_list;
481: savepoint create_cert_subscription_swi;
482:
483: l_validate :=
484: hr_api.constant_to_boolean

Line 536: p_return_status := hr_multi_message.get_return_status_disable;

532: -- Derive the API return status value based on whether
533: -- messages of any type exist in the Multiple Message List.
534: -- Also disable Multiple Message Detection.
535: --
536: p_return_status := hr_multi_message.get_return_status_disable;
537: hr_utility.set_location(' Leaving:' || l_proc,20);
538:
539: exception
540: when hr_multi_message.error_message_exist then

Line 540: when hr_multi_message.error_message_exist then

536: p_return_status := hr_multi_message.get_return_status_disable;
537: hr_utility.set_location(' Leaving:' || l_proc,20);
538:
539: exception
540: when hr_multi_message.error_message_exist then
541: --
542: -- Catch the Multiple Message List exception which
543: -- indicates API processing has been aborted because
544: -- at least one message exists in the list.

Line 552: p_return_status := hr_multi_message.get_return_status_disable;

548: -- Reset IN OUT parameters and set OUT parameters
549: --
550: p_cert_enrollment_id := null;
551: p_certification_status_code := null;
552: p_return_status := hr_multi_message.get_return_status_disable;
553: hr_utility.set_location(' Leaving:' || l_proc, 30);
554:
555: when hr_api.validate_enabled then
556: --

Line 578: if hr_multi_message.unexpected_error_add(l_proc) then

574: -- Multiple Message List. Otherwise re-raise the
575: -- error.
576: --
577: rollback to create_cert_subscription_swi;
578: if hr_multi_message.unexpected_error_add(l_proc) then
579: hr_utility.set_location(' Leaving:' || l_proc,40);
580: raise;
581: end if;
582: --

Line 587: p_return_status := hr_multi_message.get_return_status_disable;

583: -- Reset IN OUT and set OUT parameters
584: --
585: p_cert_enrollment_id := null;
586: p_certification_status_code := null;
587: p_return_status := hr_multi_message.get_return_status_disable;
588: hr_utility.set_location(' Leaving:' || l_proc,50);
589: END subscribe_to_certification;
590:
591: end ota_cert_enrollment_swi;