DBA Data[Home] [Help]

APPS.GHR_POSNDT_API dependencies on HR_UTILITY

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

189:
190: --
191: begin
192: l_proc := g_package||'create_position';
193: hr_utility.set_location('Entering:'|| l_proc, 5);
194: --
195: -- Issue a savepoint if operating in validation only mode.
196: --
197: savepoint ghr_create_position;

Line 199: hr_utility.set_location(l_proc, 10);

195: -- Issue a savepoint if operating in validation only mode.
196: --
197: savepoint ghr_create_position;
198: --
199: hr_utility.set_location(l_proc, 10);
200: --
201:
202: -- Set Session Variable so that DB triggers populate hisotry
203: -- correctly for the Federal product.

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

378: p_position_definition_id := l_position_definition_id;
379: p_name := l_name;
380: p_object_version_number := l_object_version_number;
381:
382: hr_utility.set_location(l_proc, 20);
383: --
384: ghr_history_api.post_update_process;
385:
386: -- When in validation only mode raise the Validate_Enabled exception

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

390: end if;
391: p_position_definition_id := p_position_definition_id;
392: p_name := p_name;
393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 50);
395: exception
396: when hr_api.validate_enabled then
397: --
398: -- As the Validate_Enabled exception has been raised

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

601: l_valid_grades_changed_warning BOOLEAN;
602:
603: BEGIN
604: l_proc := 'update_position';
605: hr_utility.set_location('Entering:'|| l_proc, 5);
606:
607: l_position_definition_id := p_position_definition_id;
608: l_name := p_name;
609: l_object_version_number := p_object_version_number;

Line 616: hr_utility.set_location(l_proc, 10);

612: -- Issue a savepoint if operating in validation only mode.
613: --
614: savepoint ghr_update_position;
615: --
616: hr_utility.set_location(l_proc, 10);
617: --
618: -- Set Session Variable so that DB triggers populate hisotry
619: -- correctly for the Federal product.
620:

Line 797: hr_utility.set_location(l_proc, 20);

793: p_effective_start_date := l_effective_start_date;
794: p_effective_end_date := l_effective_end_date;
795: l_valid_grades_changed_warning := p_valid_grades_changed_warning;
796: --
797: hr_utility.set_location(l_proc, 20);
798: --
799: ghr_history_api.post_update_process;
800: --
801: hr_utility.set_location(' Leaving:'||l_proc, 50);

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

797: hr_utility.set_location(l_proc, 20);
798: --
799: ghr_history_api.post_update_process;
800: --
801: hr_utility.set_location(' Leaving:'||l_proc, 50);
802: exception
803: when hr_api.validate_enabled then
804: --
805: -- As the Validate_Enabled exception has been raised