DBA Data[Home] [Help]

APPS.BEN_PIL_ELCTBL_CHC_POPL_SWI dependencies on HR_UTILITY

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

94: --
95: -- Other variables
96: l_proc varchar2(72) := g_package ||'create_pil_elctbl_chc_popl';
97: Begin
98: hr_utility.set_location(' Entering:' || l_proc,10);
99: --
100: -- Issue a savepoint
101: --
102: savepoint create_pil_elctbl_chc_popl_swi;

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

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

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

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

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

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

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

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

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

266: --
267: -- Other variables
268: l_proc varchar2(72) := g_package ||'delete_pil_elctbl_chc_popl';
269: Begin
270: hr_utility.set_location(' Entering:' || l_proc,10);
271: --
272: -- Issue a savepoint
273: --
274: savepoint delete_pil_elctbl_chc_popl_swi;

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

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

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

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

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

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

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

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

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

362: --
363: -- Other variables
364: l_proc varchar2(72) := g_package ||'lck';
365: Begin
366: hr_utility.set_location(' Entering:' || l_proc,10);
367: --
368: -- Issue a savepoint
369: --
370: savepoint lck_swi;

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

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

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

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

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

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

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

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

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

525: --
526: -- Other variables
527: l_proc varchar2(72) := g_package ||'update_pil_elctbl_chc_popl';
528: Begin
529: hr_utility.set_location(' Entering:' || l_proc,10);
530: --
531: -- Issue a savepoint
532: --
533: savepoint update_pil_elctbl_chc_popl_swi;

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

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

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

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

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

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

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

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;