DBA Data[Home] [Help]

APPS.BEN_PIL_ELCTBL_CHC_POPL_SWI dependencies on HR_MULTI_MESSAGE

Line 106: hr_multi_message.enable_message_list;

102: savepoint create_pil_elctbl_chc_popl_swi;
103: --
104: -- Initialise Multiple Message Detection
105: --
106: hr_multi_message.enable_message_list;
107: --
108: -- Remember IN OUT parameter IN values
109: --
110: --

Line 211: p_return_status := hr_multi_message.get_return_status_disable;

207: -- Derive the API return status value based on whether
208: -- messages of any type exist in the Multiple Message List.
209: -- Also disable Multiple Message Detection.
210: --
211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc,20);
213: --
214: exception
215: when hr_multi_message.error_message_exist then

Line 215: when hr_multi_message.error_message_exist then

211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc,20);
213: --
214: exception
215: when hr_multi_message.error_message_exist then
216: --
217: -- Catch the Multiple Message List exception which
218: -- indicates API processing has been aborted because
219: -- at least one message exists in the list.

Line 227: p_return_status := hr_multi_message.get_return_status_disable;

223: -- Reset IN OUT parameters and set OUT parameters
224: --
225: p_pil_elctbl_chc_popl_id := null;
226: p_object_version_number := null;
227: p_return_status := hr_multi_message.get_return_status_disable;
228: hr_utility.set_location(' Leaving:' || l_proc, 30);
229: when others then
230: --
231: -- When Multiple Message Detection is enabled catch

Line 238: if hr_multi_message.unexpected_error_add(l_proc) then

234: -- Multiple Message List. Otherwise re-raise the
235: -- error.
236: --
237: rollback to create_pil_elctbl_chc_popl_swi;
238: if hr_multi_message.unexpected_error_add(l_proc) then
239: hr_utility.set_location(' Leaving:' || l_proc,40);
240: raise;
241: end if;
242: --

Line 247: p_return_status := hr_multi_message.get_return_status_disable;

243: -- Reset IN OUT and set OUT parameters
244: --
245: p_pil_elctbl_chc_popl_id := null;
246: p_object_version_number := null;
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,50);
249: end create_pil_elctbl_chc_popl;
250: -- ----------------------------------------------------------------------------
251: -- |----------------------< delete_pil_elctbl_chc_popl >----------------------|

Line 278: hr_multi_message.enable_message_list;

274: savepoint delete_pil_elctbl_chc_popl_swi;
275: --
276: -- Initialise Multiple Message Detection
277: --
278: hr_multi_message.enable_message_list;
279: --
280: -- Remember IN OUT parameter IN values
281: --
282: l_object_version_number := p_object_version_number;

Line 313: p_return_status := hr_multi_message.get_return_status_disable;

309: -- Derive the API return status value based on whether
310: -- messages of any type exist in the Multiple Message List.
311: -- Also disable Multiple Message Detection.
312: --
313: p_return_status := hr_multi_message.get_return_status_disable;
314: hr_utility.set_location(' Leaving:' || l_proc,20);
315: --
316: exception
317: when hr_multi_message.error_message_exist then

Line 317: when hr_multi_message.error_message_exist then

313: p_return_status := hr_multi_message.get_return_status_disable;
314: hr_utility.set_location(' Leaving:' || l_proc,20);
315: --
316: exception
317: when hr_multi_message.error_message_exist then
318: --
319: -- Catch the Multiple Message List exception which
320: -- indicates API processing has been aborted because
321: -- at least one message exists in the list.

Line 328: p_return_status := hr_multi_message.get_return_status_disable;

324: --
325: -- Reset IN OUT parameters and set OUT parameters
326: --
327: p_object_version_number := l_object_version_number;
328: p_return_status := hr_multi_message.get_return_status_disable;
329: hr_utility.set_location(' Leaving:' || l_proc, 30);
330: when others then
331: --
332: -- When Multiple Message Detection is enabled catch

Line 339: if hr_multi_message.unexpected_error_add(l_proc) then

335: -- Multiple Message List. Otherwise re-raise the
336: -- error.
337: --
338: rollback to delete_pil_elctbl_chc_popl_swi;
339: if hr_multi_message.unexpected_error_add(l_proc) then
340: hr_utility.set_location(' Leaving:' || l_proc,40);
341: raise;
342: end if;
343: --

Line 347: p_return_status := hr_multi_message.get_return_status_disable;

343: --
344: -- Reset IN OUT and set OUT parameters
345: --
346: p_object_version_number := l_object_version_number;
347: p_return_status := hr_multi_message.get_return_status_disable;
348: hr_utility.set_location(' Leaving:' || l_proc,50);
349: end delete_pil_elctbl_chc_popl;
350: -- ----------------------------------------------------------------------------
351: -- |----------------------------------< lck >---------------------------------|

Line 374: hr_multi_message.enable_message_list;

370: savepoint lck_swi;
371: --
372: -- Initialise Multiple Message Detection
373: --
374: hr_multi_message.enable_message_list;
375: --
376: -- Remember IN OUT parameter IN values
377: --
378: --

Line 403: p_return_status := hr_multi_message.get_return_status_disable;

399: -- Derive the API return status value based on whether
400: -- messages of any type exist in the Multiple Message List.
401: -- Also disable Multiple Message Detection.
402: --
403: p_return_status := hr_multi_message.get_return_status_disable;
404: hr_utility.set_location(' Leaving:' || l_proc,20);
405: --
406: exception
407: when hr_multi_message.error_message_exist then

Line 407: when hr_multi_message.error_message_exist then

403: p_return_status := hr_multi_message.get_return_status_disable;
404: hr_utility.set_location(' Leaving:' || l_proc,20);
405: --
406: exception
407: when hr_multi_message.error_message_exist then
408: --
409: -- Catch the Multiple Message List exception which
410: -- indicates API processing has been aborted because
411: -- at least one message exists in the list.

Line 417: p_return_status := hr_multi_message.get_return_status_disable;

413: rollback to lck_swi;
414: --
415: -- Reset IN OUT parameters and set OUT parameters
416: --
417: p_return_status := hr_multi_message.get_return_status_disable;
418: hr_utility.set_location(' Leaving:' || l_proc, 30);
419: when others then
420: --
421: -- When Multiple Message Detection is enabled catch

Line 428: if hr_multi_message.unexpected_error_add(l_proc) then

424: -- Multiple Message List. Otherwise re-raise the
425: -- error.
426: --
427: rollback to lck_swi;
428: if hr_multi_message.unexpected_error_add(l_proc) then
429: hr_utility.set_location(' Leaving:' || l_proc,40);
430: raise;
431: end if;
432: --

Line 435: p_return_status := hr_multi_message.get_return_status_disable;

431: end if;
432: --
433: -- Reset IN OUT and set OUT parameters
434: --
435: p_return_status := hr_multi_message.get_return_status_disable;
436: hr_utility.set_location(' Leaving:' || l_proc,50);
437: end lck;
438: -- ----------------------------------------------------------------------------
439: -- |----------------------< update_pil_elctbl_chc_popl >----------------------|

Line 537: hr_multi_message.enable_message_list;

533: savepoint update_pil_elctbl_chc_popl_swi;
534: --
535: -- Initialise Multiple Message Detection
536: --
537: hr_multi_message.enable_message_list;
538: --
539: -- Remember IN OUT parameter IN values
540: --
541: l_object_version_number := p_object_version_number;

Line 643: p_return_status := hr_multi_message.get_return_status_disable;

639: -- Derive the API return status value based on whether
640: -- messages of any type exist in the Multiple Message List.
641: -- Also disable Multiple Message Detection.
642: --
643: p_return_status := hr_multi_message.get_return_status_disable;
644: hr_utility.set_location(' Leaving:' || l_proc,20);
645: --
646: exception
647: when hr_multi_message.error_message_exist then

Line 647: when hr_multi_message.error_message_exist then

643: p_return_status := hr_multi_message.get_return_status_disable;
644: hr_utility.set_location(' Leaving:' || l_proc,20);
645: --
646: exception
647: when hr_multi_message.error_message_exist then
648: --
649: -- Catch the Multiple Message List exception which
650: -- indicates API processing has been aborted because
651: -- at least one message exists in the list.

Line 658: p_return_status := hr_multi_message.get_return_status_disable;

654: --
655: -- Reset IN OUT parameters and set OUT parameters
656: --
657: p_object_version_number := l_object_version_number;
658: p_return_status := hr_multi_message.get_return_status_disable;
659: hr_utility.set_location(' Leaving:' || l_proc, 30);
660: when others then
661: --
662: -- When Multiple Message Detection is enabled catch

Line 669: if hr_multi_message.unexpected_error_add(l_proc) then

665: -- Multiple Message List. Otherwise re-raise the
666: -- error.
667: --
668: rollback to update_pil_elctbl_chc_popl_swi;
669: if hr_multi_message.unexpected_error_add(l_proc) then
670: hr_utility.set_location(' Leaving:' || l_proc,40);
671: raise;
672: end if;
673: --

Line 677: p_return_status := hr_multi_message.get_return_status_disable;

673: --
674: -- Reset IN OUT and set OUT parameters
675: --
676: p_object_version_number := l_object_version_number;
677: p_return_status := hr_multi_message.get_return_status_disable;
678: hr_utility.set_location(' Leaving:' || l_proc,50);
679: end update_pil_elctbl_chc_popl;
680: end ben_pil_elctbl_chc_popl_swi;