DBA Data[Home] [Help]

APPS.BEN_PERSON_LIFE_EVENT_SWI dependencies on HR_UTILITY

Line 82: hr_utility.set_location(' Entering:' || l_proc,10);

78: --
79: -- Other variables
80: l_proc varchar2(72) := g_package ||'create_Person_Life_Event';
81: Begin
82: hr_utility.set_location(' Entering:' || l_proc,10);
83: --
84: -- Issue a savepoint
85: --
86: savepoint create_Person_Life_Event_swi;

Line 180: hr_utility.set_location(' Leaving:' || l_proc,20);

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
184: --

Line 199: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
203: -- any Application specific or other unexpected

Line 210: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
214: -- Reset IN OUT and set OUT parameters

Line 222: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >----------------------|
226: -- ----------------------------------------------------------------------------

Line 244: hr_utility.set_location(' Entering:' || l_proc,10);

240: --
241: -- Other variables
242: l_proc varchar2(72) := g_package ||'delete_Person_Life_Event';
243: Begin
244: hr_utility.set_location(' Entering:' || l_proc,10);
245: --
246: -- Issue a savepoint
247: --
248: savepoint delete_Person_Life_Event_swi;

Line 288: hr_utility.set_location(' Leaving:' || l_proc,20);

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
292: --

Line 303: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
307: -- any Application specific or other unexpected

Line 314: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
318: -- Reset IN OUT and set OUT parameters

Line 322: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >---------------------------------|
326: -- ----------------------------------------------------------------------------

Line 340: hr_utility.set_location(' Entering:' || l_proc,10);

336: --
337: -- Other variables
338: l_proc varchar2(72) := g_package ||'lck';
339: Begin
340: hr_utility.set_location(' Entering:' || l_proc,10);
341: --
342: -- Issue a savepoint
343: --
344: savepoint lck_swi;

Line 378: hr_utility.set_location(' Leaving:' || l_proc,20);

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
382: --

Line 392: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
396: -- any Application specific or other unexpected

Line 403: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
407: -- Reset IN OUT and set OUT parameters

Line 410: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >----------------------|
414: -- ----------------------------------------------------------------------------

Line 487: hr_utility.set_location(' Entering:' || l_proc,10);

483: --
484: -- Other variables
485: l_proc varchar2(72) := g_package ||'update_Person_Life_Event';
486: Begin
487: hr_utility.set_location(' Entering:' || l_proc,10);
488: --
489: -- Issue a savepoint
490: --
491: savepoint update_Person_Life_Event_swi;

Line 587: hr_utility.set_location(' Leaving:' || l_proc,20);

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
591: --

Line 602: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
606: -- any Application specific or other unexpected

Line 613: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
617: -- Reset IN OUT and set OUT parameters

Line 621: hr_utility.set_location(' Leaving:' || l_proc,50);

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;