DBA Data[Home] [Help]

APPS.PAY_ELEMENT_CLASS_SWI dependencies on HR_UTILITY

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

19: --
20: -- Other variables
21: l_proc varchar2(72) := g_package ||'delete_row';
22: Begin
23: hr_utility.set_location(' Entering:' || l_proc,10);
24: --
25: -- Issue a savepoint
26: --
27: savepoint delete_row_swi;

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

56: -- messages of any type exist in the Multiple Message List.
57: -- Also disable Multiple Message Detection.
58: --
59: p_return_status := hr_multi_message.get_return_status_disable;
60: hr_utility.set_location(' Leaving:' || l_proc,20);
61: --
62: exception
63: when hr_multi_message.error_message_exist then
64: --

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

70: --
71: -- Reset IN OUT parameters and set OUT parameters
72: --
73: p_return_status := hr_multi_message.get_return_status_disable;
74: hr_utility.set_location(' Leaving:' || l_proc, 30);
75: when others then
76: --
77: -- When Multiple Message Detection is enabled catch
78: -- any Application specific or other unexpected

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

81: -- error.
82: --
83: rollback to delete_row_swi;
84: if hr_multi_message.unexpected_error_add(l_proc) then
85: hr_utility.set_location(' Leaving:' || l_proc,40);
86: raise;
87: end if;
88: --
89: -- Reset IN OUT and set OUT parameters

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

88: --
89: -- Reset IN OUT and set OUT parameters
90: --
91: p_return_status := hr_multi_message.get_return_status_disable;
92: hr_utility.set_location(' Leaving:' || l_proc,50);
93: end delete_row;
94: -- ----------------------------------------------------------------------------
95: -- |------------------------------< insert_row >------------------------------|
96: -- ----------------------------------------------------------------------------

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

129: --
130: -- Other variables
131: l_proc varchar2(72) := g_package ||'insert_row';
132: Begin
133: hr_utility.set_location(' Entering:' || l_proc,10);
134: --
135: -- Issue a savepoint
136: --
137: savepoint insert_row_swi;

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

190: -- messages of any type exist in the Multiple Message List.
191: -- Also disable Multiple Message Detection.
192: --
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc,20);
195: --
196: exception
197: when hr_multi_message.error_message_exist then
198: --

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

205: -- Reset IN OUT parameters and set OUT parameters
206: --
207: x_rowid := l_rowid;
208: p_return_status := hr_multi_message.get_return_status_disable;
209: hr_utility.set_location(' Leaving:' || l_proc, 30);
210: when others then
211: --
212: -- When Multiple Message Detection is enabled catch
213: -- any Application specific or other unexpected

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

216: -- error.
217: --
218: rollback to insert_row_swi;
219: if hr_multi_message.unexpected_error_add(l_proc) then
220: hr_utility.set_location(' Leaving:' || l_proc,40);
221: raise;
222: end if;
223: --
224: -- Reset IN OUT and set OUT parameters

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

224: -- Reset IN OUT and set OUT parameters
225: --
226: x_rowid := l_rowid;
227: p_return_status := hr_multi_message.get_return_status_disable;
228: hr_utility.set_location(' Leaving:' || l_proc,50);
229: end insert_row;
230: -- ----------------------------------------------------------------------------
231: -- |-------------------------------< lock_row >-------------------------------|
232: -- ----------------------------------------------------------------------------

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

258: --
259: -- Other variables
260: l_proc varchar2(72) := g_package ||'lock_row';
261: Begin
262: hr_utility.set_location(' Entering:' || l_proc,10);
263: --
264: -- Issue a savepoint
265: --
266: savepoint lock_row_swi;

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

312: -- messages of any type exist in the Multiple Message List.
313: -- Also disable Multiple Message Detection.
314: --
315: p_return_status := hr_multi_message.get_return_status_disable;
316: hr_utility.set_location(' Leaving:' || l_proc,20);
317: --
318: exception
319: when hr_multi_message.error_message_exist then
320: --

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

326: --
327: -- Reset IN OUT parameters and set OUT parameters
328: --
329: p_return_status := hr_multi_message.get_return_status_disable;
330: hr_utility.set_location(' Leaving:' || l_proc, 30);
331: when others then
332: --
333: -- When Multiple Message Detection is enabled catch
334: -- any Application specific or other unexpected

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

337: -- error.
338: --
339: rollback to lock_row_swi;
340: if hr_multi_message.unexpected_error_add(l_proc) then
341: hr_utility.set_location(' Leaving:' || l_proc,40);
342: raise;
343: end if;
344: --
345: -- Reset IN OUT and set OUT parameters

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

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

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

362: --
363: -- Other variables
364: l_proc varchar2(72) := g_package ||'set_translation_globals';
365: Begin
366: hr_utility.set_location(' Entering:' || l_proc,10);
367: --
368: -- Issue a savepoint
369: --
370: savepoint set_translation_globals_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 set_translation_globals_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 set_translation_globals;
438: -- ----------------------------------------------------------------------------
439: -- |-----------------------------< translate_row >----------------------------|
440: -- ----------------------------------------------------------------------------

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

453: --
454: -- Other variables
455: l_proc varchar2(72) := g_package ||'translate_row';
456: Begin
457: hr_utility.set_location(' Entering:' || l_proc,10);
458: --
459: -- Issue a savepoint
460: --
461: savepoint translate_row_swi;

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

494: -- messages of any type exist in the Multiple Message List.
495: -- Also disable Multiple Message Detection.
496: --
497: p_return_status := hr_multi_message.get_return_status_disable;
498: hr_utility.set_location(' Leaving:' || l_proc,20);
499: --
500: exception
501: when hr_multi_message.error_message_exist then
502: --

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

508: --
509: -- Reset IN OUT parameters and set OUT parameters
510: --
511: p_return_status := hr_multi_message.get_return_status_disable;
512: hr_utility.set_location(' Leaving:' || l_proc, 30);
513: when others then
514: --
515: -- When Multiple Message Detection is enabled catch
516: -- any Application specific or other unexpected

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

519: -- error.
520: --
521: rollback to translate_row_swi;
522: if hr_multi_message.unexpected_error_add(l_proc) then
523: hr_utility.set_location(' Leaving:' || l_proc,40);
524: raise;
525: end if;
526: --
527: -- Reset IN OUT and set OUT parameters

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

526: --
527: -- Reset IN OUT and set OUT parameters
528: --
529: p_return_status := hr_multi_message.get_return_status_disable;
530: hr_utility.set_location(' Leaving:' || l_proc,50);
531: end translate_row;
532: -- ----------------------------------------------------------------------------
533: -- |------------------------------< update_row >------------------------------|
534: -- ----------------------------------------------------------------------------

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

565: --
566: -- Other variables
567: l_proc varchar2(72) := g_package ||'update_row';
568: Begin
569: hr_utility.set_location(' Entering:' || l_proc,10);
570: --
571: -- Issue a savepoint
572: --
573: savepoint update_row_swi;

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

630: -- messages of any type exist in the Multiple Message List.
631: -- Also disable Multiple Message Detection.
632: --
633: p_return_status := hr_multi_message.get_return_status_disable;
634: hr_utility.set_location(' Leaving:' || l_proc,20);
635: --
636: exception
637: when hr_multi_message.error_message_exist then
638: --

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

645: -- Reset IN OUT parameters and set OUT parameters
646: --
647: x_mesg_flg := null;
648: p_return_status := hr_multi_message.get_return_status_disable;
649: hr_utility.set_location(' Leaving:' || l_proc, 30);
650: when others then
651: --
652: -- When Multiple Message Detection is enabled catch
653: -- any Application specific or other unexpected

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

656: -- error.
657: --
658: rollback to update_row_swi;
659: if hr_multi_message.unexpected_error_add(l_proc) then
660: hr_utility.set_location(' Leaving:' || l_proc,40);
661: raise;
662: end if;
663: --
664: -- Reset IN OUT and set OUT parameters

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

664: -- Reset IN OUT and set OUT parameters
665: --
666: x_mesg_flg := null;
667: p_return_status := hr_multi_message.get_return_status_disable;
668: hr_utility.set_location(' Leaving:' || l_proc,50);
669: end update_row;
670: -- ----------------------------------------------------------------------------
671: -- |-------------------------< validate_translation >-------------------------|
672: -- ----------------------------------------------------------------------------

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

686: --
687: -- Other variables
688: l_proc varchar2(72) := g_package ||'validate_translation';
689: Begin
690: hr_utility.set_location(' Entering:' || l_proc,10);
691: --
692: -- Issue a savepoint
693: --
694: savepoint validate_translation_swi;

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

728: -- messages of any type exist in the Multiple Message List.
729: -- Also disable Multiple Message Detection.
730: --
731: p_return_status := hr_multi_message.get_return_status_disable;
732: hr_utility.set_location(' Leaving:' || l_proc,20);
733: --
734: exception
735: when hr_multi_message.error_message_exist then
736: --

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

742: --
743: -- Reset IN OUT parameters and set OUT parameters
744: --
745: p_return_status := hr_multi_message.get_return_status_disable;
746: hr_utility.set_location(' Leaving:' || l_proc, 30);
747: when others then
748: --
749: -- When Multiple Message Detection is enabled catch
750: -- any Application specific or other unexpected

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

753: -- error.
754: --
755: rollback to validate_translation_swi;
756: if hr_multi_message.unexpected_error_add(l_proc) then
757: hr_utility.set_location(' Leaving:' || l_proc,40);
758: raise;
759: end if;
760: --
761: -- Reset IN OUT and set OUT parameters

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

760: --
761: -- Reset IN OUT and set OUT parameters
762: --
763: p_return_status := hr_multi_message.get_return_status_disable;
764: hr_utility.set_location(' Leaving:' || l_proc,50);
765: end validate_translation;
766: end pay_element_class_swi;