DBA Data[Home] [Help]

APPS.BEN_PERSON_LIFE_EVENT_SWI dependencies on HR_MULTI_MESSAGE

Line 90: hr_multi_message.enable_message_list;

86: savepoint create_Person_Life_Event_swi;
87: --
88: -- Initialise Multiple Message Detection
89: --
90: hr_multi_message.enable_message_list;
91: --
92: -- Remember IN OUT parameter IN values
93: --
94: --

Line 179: p_return_status := hr_multi_message.get_return_status_disable;

175: -- Derive the API return status value based on whether
176: -- messages of any type exist in the Multiple Message List.
177: -- Also disable Multiple Message Detection.
178: --
179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,20);
181: --
182: exception
183: when hr_multi_message.error_message_exist then

Line 183: when hr_multi_message.error_message_exist then

179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,20);
181: --
182: exception
183: when hr_multi_message.error_message_exist then
184: --
185: -- Catch the Multiple Message List exception which
186: -- indicates API processing has been aborted because
187: -- at least one message exists in the list.

Line 198: p_return_status := hr_multi_message.get_return_status_disable;

194: p_object_version_number := null;
195: p_procd_dt := null;
196: p_strtd_dt := null;
197: p_voidd_dt := null;
198: p_return_status := hr_multi_message.get_return_status_disable;
199: hr_utility.set_location(' Leaving:' || l_proc, 30);
200: when others then
201: --
202: -- When Multiple Message Detection is enabled catch

Line 209: if hr_multi_message.unexpected_error_add(l_proc) then

205: -- Multiple Message List. Otherwise re-raise the
206: -- error.
207: --
208: rollback to create_Person_Life_Event_swi;
209: if hr_multi_message.unexpected_error_add(l_proc) then
210: hr_utility.set_location(' Leaving:' || l_proc,40);
211: raise;
212: end if;
213: --

Line 221: p_return_status := hr_multi_message.get_return_status_disable;

217: p_object_version_number := null;
218: p_procd_dt := null;
219: p_strtd_dt := null;
220: p_voidd_dt := null;
221: p_return_status := hr_multi_message.get_return_status_disable;
222: hr_utility.set_location(' Leaving:' || l_proc,50);
223: end create_Person_Life_Event;
224: -- ----------------------------------------------------------------------------
225: -- |----------------------< delete_Person_Life_Event >----------------------|

Line 252: hr_multi_message.enable_message_list;

248: savepoint delete_Person_Life_Event_swi;
249: --
250: -- Initialise Multiple Message Detection
251: --
252: hr_multi_message.enable_message_list;
253: --
254: -- Remember IN OUT parameter IN values
255: --
256: l_object_version_number := p_object_version_number;

Line 287: p_return_status := hr_multi_message.get_return_status_disable;

283: -- Derive the API return status value based on whether
284: -- messages of any type exist in the Multiple Message List.
285: -- Also disable Multiple Message Detection.
286: --
287: p_return_status := hr_multi_message.get_return_status_disable;
288: hr_utility.set_location(' Leaving:' || l_proc,20);
289: --
290: exception
291: when hr_multi_message.error_message_exist then

Line 291: when hr_multi_message.error_message_exist then

287: p_return_status := hr_multi_message.get_return_status_disable;
288: hr_utility.set_location(' Leaving:' || l_proc,20);
289: --
290: exception
291: when hr_multi_message.error_message_exist then
292: --
293: -- Catch the Multiple Message List exception which
294: -- indicates API processing has been aborted because
295: -- at least one message exists in the list.

Line 302: p_return_status := hr_multi_message.get_return_status_disable;

298: --
299: -- Reset IN OUT parameters and set OUT parameters
300: --
301: p_object_version_number := l_object_version_number;
302: p_return_status := hr_multi_message.get_return_status_disable;
303: hr_utility.set_location(' Leaving:' || l_proc, 30);
304: when others then
305: --
306: -- When Multiple Message Detection is enabled catch

Line 313: if hr_multi_message.unexpected_error_add(l_proc) then

309: -- Multiple Message List. Otherwise re-raise the
310: -- error.
311: --
312: rollback to delete_Person_Life_Event_swi;
313: if hr_multi_message.unexpected_error_add(l_proc) then
314: hr_utility.set_location(' Leaving:' || l_proc,40);
315: raise;
316: end if;
317: --

Line 321: p_return_status := hr_multi_message.get_return_status_disable;

317: --
318: -- Reset IN OUT and set OUT parameters
319: --
320: p_object_version_number := l_object_version_number;
321: p_return_status := hr_multi_message.get_return_status_disable;
322: hr_utility.set_location(' Leaving:' || l_proc,50);
323: end delete_Person_Life_Event;
324: -- ----------------------------------------------------------------------------
325: -- |----------------------------------< lck >---------------------------------|

Line 348: hr_multi_message.enable_message_list;

344: savepoint lck_swi;
345: --
346: -- Initialise Multiple Message Detection
347: --
348: hr_multi_message.enable_message_list;
349: --
350: -- Remember IN OUT parameter IN values
351: --
352: --

Line 377: p_return_status := hr_multi_message.get_return_status_disable;

373: -- Derive the API return status value based on whether
374: -- messages of any type exist in the Multiple Message List.
375: -- Also disable Multiple Message Detection.
376: --
377: p_return_status := hr_multi_message.get_return_status_disable;
378: hr_utility.set_location(' Leaving:' || l_proc,20);
379: --
380: exception
381: when hr_multi_message.error_message_exist then

Line 381: when hr_multi_message.error_message_exist then

377: p_return_status := hr_multi_message.get_return_status_disable;
378: hr_utility.set_location(' Leaving:' || l_proc,20);
379: --
380: exception
381: when hr_multi_message.error_message_exist then
382: --
383: -- Catch the Multiple Message List exception which
384: -- indicates API processing has been aborted because
385: -- at least one message exists in the list.

Line 391: p_return_status := hr_multi_message.get_return_status_disable;

387: rollback to lck_swi;
388: --
389: -- Reset IN OUT parameters and set OUT parameters
390: --
391: p_return_status := hr_multi_message.get_return_status_disable;
392: hr_utility.set_location(' Leaving:' || l_proc, 30);
393: when others then
394: --
395: -- When Multiple Message Detection is enabled catch

Line 402: if hr_multi_message.unexpected_error_add(l_proc) then

398: -- Multiple Message List. Otherwise re-raise the
399: -- error.
400: --
401: rollback to lck_swi;
402: if hr_multi_message.unexpected_error_add(l_proc) then
403: hr_utility.set_location(' Leaving:' || l_proc,40);
404: raise;
405: end if;
406: --

Line 409: p_return_status := hr_multi_message.get_return_status_disable;

405: end if;
406: --
407: -- Reset IN OUT and set OUT parameters
408: --
409: p_return_status := hr_multi_message.get_return_status_disable;
410: hr_utility.set_location(' Leaving:' || l_proc,50);
411: end lck;
412: -- ----------------------------------------------------------------------------
413: -- |----------------------< update_Person_Life_Event >----------------------|

Line 495: hr_multi_message.enable_message_list;

491: savepoint update_Person_Life_Event_swi;
492: --
493: -- Initialise Multiple Message Detection
494: --
495: hr_multi_message.enable_message_list;
496: --
497: -- Remember IN OUT parameter IN values
498: --
499: l_object_version_number := p_object_version_number;

Line 586: p_return_status := hr_multi_message.get_return_status_disable;

582: -- Derive the API return status value based on whether
583: -- messages of any type exist in the Multiple Message List.
584: -- Also disable Multiple Message Detection.
585: --
586: p_return_status := hr_multi_message.get_return_status_disable;
587: hr_utility.set_location(' Leaving:' || l_proc,20);
588: --
589: exception
590: when hr_multi_message.error_message_exist then

Line 590: when hr_multi_message.error_message_exist then

586: p_return_status := hr_multi_message.get_return_status_disable;
587: hr_utility.set_location(' Leaving:' || l_proc,20);
588: --
589: exception
590: when hr_multi_message.error_message_exist then
591: --
592: -- Catch the Multiple Message List exception which
593: -- indicates API processing has been aborted because
594: -- at least one message exists in the list.

Line 601: p_return_status := hr_multi_message.get_return_status_disable;

597: --
598: -- Reset IN OUT parameters and set OUT parameters
599: --
600: p_object_version_number := l_object_version_number;
601: p_return_status := hr_multi_message.get_return_status_disable;
602: hr_utility.set_location(' Leaving:' || l_proc, 30);
603: when others then
604: --
605: -- When Multiple Message Detection is enabled catch

Line 612: if hr_multi_message.unexpected_error_add(l_proc) then

608: -- Multiple Message List. Otherwise re-raise the
609: -- error.
610: --
611: rollback to update_Person_Life_Event_swi;
612: if hr_multi_message.unexpected_error_add(l_proc) then
613: hr_utility.set_location(' Leaving:' || l_proc,40);
614: raise;
615: end if;
616: --

Line 620: p_return_status := hr_multi_message.get_return_status_disable;

616: --
617: -- Reset IN OUT and set OUT parameters
618: --
619: p_object_version_number := l_object_version_number;
620: p_return_status := hr_multi_message.get_return_status_disable;
621: hr_utility.set_location(' Leaving:' || l_proc,50);
622: end update_Person_Life_Event;
623: end ben_person_life_event_swi;