DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EIT_MIG dependencies on HR_UTILITY

Line 6: g_debug boolean := hr_utility.debug_enabled;

2: /* $Header: pyeeimpi.pkb 120.0 2005/12/16 14:59:34 ndorai noship $ */
3: --
4: -- Package Variables
5: --
6: g_debug boolean := hr_utility.debug_enabled;
7: g_package varchar2(33) := ' pay_element_eit_mig.';
8: --
9: -- ----------------------------------------------------------------------------
10: -- |----------------------< create_element_extra_info >------------------|

Line 80: g_debug := hr_utility.debug_enabled;

76: l_object_version_number pay_element_type_extra_info.object_version_number%type;
77: l_element_type_extra_info_id pay_element_type_extra_info.element_type_extra_info_id%type;
78: --
79: begin
80: g_debug := hr_utility.debug_enabled;
81: if g_debug then
82: hr_utility.set_location('Entering:'|| l_proc, 5);
83: end if;
84: --

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

78: --
79: begin
80: g_debug := hr_utility.debug_enabled;
81: if g_debug then
82: hr_utility.set_location('Entering:'|| l_proc, 5);
83: end if;
84: --
85: -- Issue a savepoint if operating in validation only mode.
86: --

Line 160: hr_utility.set_location(l_proc, 7);

156: -- End of Before Process User Hook call
157: --
158: --
159: if g_debug then
160: hr_utility.set_location(l_proc, 7);
161: end if;
162: --
163: -- Process Logic
164: --

Line 227: hr_utility.set_location(l_proc, 8);

223: p_object_version_number := l_object_version_number;
224: p_element_type_extra_info_id := l_element_type_extra_info_id;
225: --
226: if g_debug then
227: hr_utility.set_location(l_proc, 8);
228: end if;
229: --
230: --
231: -- Call After Process User Hook

Line 307: hr_utility.set_location(' Leaving:'||l_proc, 11);

303: raise hr_api.validate_enabled;
304: end if;
305: --
306: if g_debug then
307: hr_utility.set_location(' Leaving:'||l_proc, 11);
308: end if;
309: exception
310: when hr_api.validate_enabled then
311: --

Line 325: hr_utility.set_location(' Leaving:'||l_proc, 12);

321: p_element_type_extra_info_id := null;
322: p_object_version_number := null;
323: --
324: if g_debug then
325: hr_utility.set_location(' Leaving:'||l_proc, 12);
326: end if;
327: --
328: when others then
329: --

Line 410: g_debug := hr_utility.debug_enabled;

406: l_proc varchar2(72) := g_package||'update_element_extra_info';
407: l_object_version_number pay_element_type_extra_info.object_version_number%TYPE;
408: --
409: begin
410: g_debug := hr_utility.debug_enabled;
411: if g_debug then
412: hr_utility.set_location('Entering:'|| l_proc, 5);
413: end if;
414: --

Line 412: hr_utility.set_location('Entering:'|| l_proc, 5);

408: --
409: begin
410: g_debug := hr_utility.debug_enabled;
411: if g_debug then
412: hr_utility.set_location('Entering:'|| l_proc, 5);
413: end if;
414: --
415: -- Issue a savepoint if operating in validation only mode.
416: --

Line 490: hr_utility.set_location(l_proc, 7);

486: -- End of Before Process User Hook call
487: --
488: --
489: if g_debug then
490: hr_utility.set_location(l_proc, 7);
491: end if;
492: --
493: -- Store the original ovn in case we rollback when p_validate is true
494: --

Line 557: hr_utility.set_location(l_proc, 8);

553: ,p_object_version_number => p_object_version_number
554: );
555: --
556: if g_debug then
557: hr_utility.set_location(l_proc, 8);
558: end if;
559: --
560: --
561: -- Call After Process User Hook

Line 635: hr_utility.set_location(' Leaving:'||l_proc, 11);

631: raise hr_api.validate_enabled;
632: end if;
633: --
634: if g_debug then
635: hr_utility.set_location(' Leaving:'||l_proc, 11);
636: end if;
637: exception
638: when hr_api.validate_enabled then
639: --

Line 652: hr_utility.set_location(' Leaving:'||l_proc, 12);

648: --
649: p_object_version_number := l_object_version_number;
650: --
651: if g_debug then
652: hr_utility.set_location(' Leaving:'||l_proc, 12);
653: end if;
654: --
655: when others then
656: --

Line 684: g_debug := hr_utility.debug_enabled;

680: --
681: l_proc varchar2(72) := g_package||'delete_element_extra_info';
682: --
683: begin
684: g_debug := hr_utility.debug_enabled;
685: if g_debug then
686: hr_utility.set_location('Entering:'|| l_proc, 5);
687: end if;
688: --

Line 686: hr_utility.set_location('Entering:'|| l_proc, 5);

682: --
683: begin
684: g_debug := hr_utility.debug_enabled;
685: if g_debug then
686: hr_utility.set_location('Entering:'|| l_proc, 5);
687: end if;
688: --
689: -- Issue a savepoint if operating in validation only mode.
690: --

Line 710: hr_utility.set_location(l_proc, 7);

706: end;
707: --
708: --
709: if g_debug then
710: hr_utility.set_location(l_proc, 7);
711: end if;
712: --
713: -- Process Logic - Delete element Extra Info details
714: --

Line 721: hr_utility.set_location(l_proc, 8);

717: ,p_object_version_number => p_object_version_number
718: );
719: --
720: if g_debug then
721: hr_utility.set_location(l_proc, 8);
722: end if;
723: --
724: --
725: -- Call After Process User Hook

Line 747: hr_utility.set_location(' Leaving:'||l_proc, 11);

743: raise hr_api.validate_enabled;
744: end if;
745: --
746: if g_debug then
747: hr_utility.set_location(' Leaving:'||l_proc, 11);
748: end if;
749: exception
750: when hr_api.validate_enabled then
751: --

Line 758: hr_utility.set_location(' Leaving:'||l_proc, 12);

754: --
755: ROLLBACK TO delete_element_extra_info;
756: --
757: if g_debug then
758: hr_utility.set_location(' Leaving:'||l_proc, 12);
759: end if;
760: --
761: when others then
762: --