DBA Data[Home] [Help]

APPS.HXC_BUILDING_BLOCK_API dependencies on HR_UTILITY

Line 6: g_debug boolean := hr_utility.debug_enabled;

2: /* $Header: hxctbbapi.pkb 120.5.12000000.2 2007/05/16 10:19:04 rchennur noship $ */
3:
4: g_package varchar2(33) := ' hxc_building_block_api.';
5:
6: g_debug boolean := hr_utility.debug_enabled;
7:
8: -- ---------------------------------------------------------------------------
9: -- |-------------------< copyAttributesToBlock >-----------------------------|
10: -- ---------------------------------------------------------------------------

Line 163: g_debug := hr_utility.debug_enabled;

159: e_no_ovn exception;
160:
161: begin
162:
163: g_debug := hr_utility.debug_enabled;
164:
165: if g_debug then
166: l_proc := g_package||'create_building_block';
167: hr_utility.set_location('Entering:'|| l_proc, 10);

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

163: g_debug := hr_utility.debug_enabled;
164:
165: if g_debug then
166: l_proc := g_package||'create_building_block';
167: hr_utility.set_location('Entering:'|| l_proc, 10);
168: end if;
169:
170: -- issue a savepoint
171: savepoint create_building_block;

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

378: p_object_version_number := l_object_version_number;
379: p_time_building_block_id := l_time_building_block_id;
380:
381: if g_debug then
382: hr_utility.set_location(' Leaving:'||l_proc, 20);
383: end if;
384:
385: exception
386: when hr_api.validate_enabled then

Line 451: g_debug := hr_utility.debug_enabled;

447: e_no_ovn exception;
448:
449: begin
450:
451: g_debug := hr_utility.debug_enabled;
452:
453: if g_debug then
454: l_proc := g_package||'create_reversing_entry';
455: hr_utility.set_location('Entering:'|| l_proc, 10);

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

451: g_debug := hr_utility.debug_enabled;
452:
453: if g_debug then
454: l_proc := g_package||'create_reversing_entry';
455: hr_utility.set_location('Entering:'|| l_proc, 10);
456: end if;
457:
458: -- issue a savepoint
459: savepoint create_reversing_entry;

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

568: p_object_version_number := l_object_version_number;
569: p_time_building_block_id := l_time_building_block_id;
570:
571: if g_debug then
572: hr_utility.set_location(' Leaving:'||l_proc, 20);
573: end if;
574:
575: exception
576: when hr_api.validate_enabled then

Line 625: g_debug := hr_utility.debug_enabled;

621: l_data_set_id hxc_data_sets.data_set_id%TYPE;
622:
623: begin
624:
625: g_debug := hr_utility.debug_enabled;
626:
627: if g_debug then
628: l_proc := g_package||'update_building_block';
629: hr_utility.set_location('Entering:'|| l_proc, 10);

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

625: g_debug := hr_utility.debug_enabled;
626:
627: if g_debug then
628: l_proc := g_package||'update_building_block';
629: hr_utility.set_location('Entering:'|| l_proc, 10);
630: end if;
631:
632: -- issue a savepoint
633: savepoint update_building_block;

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

665: -- set out parameters
666: p_object_version_number := l_object_version_number;
667:
668: if g_debug then
669: hr_utility.set_location(' Leaving:'||l_proc, 20);
670: end if;
671:
672: exception
673: when hr_api.validate_enabled then

Line 725: g_debug := hr_utility.debug_enabled;

721: l_status hxc_time_building_blocks.approval_status%TYPE;
722:
723: begin
724:
725: g_debug := hr_utility.debug_enabled;
726:
727: if g_debug then
728: l_proc := g_package||'delete_building_block';
729: hr_utility.set_location('Entering:'|| l_proc, 10);

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

725: g_debug := hr_utility.debug_enabled;
726:
727: if g_debug then
728: l_proc := g_package||'delete_building_block';
729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: end if;
731:
732: -- issue a savepoint
733: savepoint delete_building_block;