DBA Data[Home] [Help]

APPS.PER_JOB_EXTRA_INFO_API dependencies on HR_UTILITY

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

75: l_object_version_number per_job_extra_info.object_version_number%type;
76: l_job_extra_info_id per_job_extra_info.job_extra_info_id%type;
77: --
78: begin
79: hr_utility.set_location('Entering:'|| l_proc, 5);
80: --
81: -- Issue a savepoint
82: --
83: savepoint create_job_extra_info;

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

150: );
151: end;
152: --
153: -- End of Before Process User Hook call
154: hr_utility.set_location(l_proc, 7);
155: --
156: -- Process Logic
157: --
158: pe_jei_ins.ins

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

216: );
217: p_object_version_number := l_object_version_number;
218: p_job_extra_info_id := l_job_extra_info_id;
219: --
220: hr_utility.set_location(l_proc, 8);
221: --
222: -- Call After Process User Hook
223: --
224: begin

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

294: if p_validate then
295: raise hr_api.validate_enabled;
296: end if;
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 11);
299: exception
300: when hr_api.validate_enabled then
301: --
302: -- As the Validate_Enabled exception has been raised

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

310: --
311: p_job_extra_info_id := null;
312: p_object_version_number := null;
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 12);
315: --
316: when others then
317: --
318: -- A validation or unexpected error has occurred

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

398: l_object_version_number per_job_extra_info.object_version_number%TYPE;
399: l_ovn per_job_extra_info.object_version_number%TYPE := p_object_version_number;
400: --
401: begin
402: hr_utility.set_location('Entering:'|| l_proc, 5);
403: --
404: -- Issue a savepoint
405: --
406: savepoint update_job_extra_info;

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

474: end;
475: --
476: -- End of Before Process User Hook call
477: --
478: hr_utility.set_location(l_proc, 7);
479: --
480: -- Store the original ovn in case we rollback when p_validate is true
481: --
482: l_object_version_number := p_object_version_number;

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

540: ,p_object_version_number => p_object_version_number
541: ,p_validate => false
542: );
543: --
544: hr_utility.set_location(l_proc, 8);
545: --
546: -- Call After Process User Hook
547: --
548: begin

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

616: if p_validate then
617: raise hr_api.validate_enabled;
618: end if;
619: --
620: hr_utility.set_location(' Leaving:'||l_proc, 11);
621: exception
622: when hr_api.validate_enabled then
623: --
624: -- As the Validate_Enabled exception has been raised

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

631: -- when validation only mode is being used.)
632: --
633: p_object_version_number := l_object_version_number;
634: --
635: hr_utility.set_location(' Leaving:'||l_proc, 12);
636: --
637: when others then
638: --
639: -- A validation or unexpected error has occurred

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

665: --
666: l_proc varchar2(72) := g_package||'delete_job_extra_info';
667: --
668: begin
669: hr_utility.set_location('Entering:'|| l_proc, 5);
670: --
671: -- Issue a savepoint
672: --
673: savepoint delete_job_extra_info;

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

687: p_hook_type => 'BP'
688: );
689: end;
690: --
691: hr_utility.set_location(l_proc, 7);
692: --
693: -- Process Logic - Delete job Extra Info details
694: --
695: pe_jei_del.del

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

697: ,p_object_version_number => p_object_version_number
698: ,p_validate => false
699: );
700: --
701: hr_utility.set_location(l_proc, 8);
702: --
703: -- Call After Process User Hook
704: --
705: begin

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

721: if p_validate then
722: raise hr_api.validate_enabled;
723: end if;
724: --
725: hr_utility.set_location(' Leaving:'||l_proc, 11);
726: exception
727: when hr_api.validate_enabled then
728: --
729: -- As the Validate_Enabled exception has been raised

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

730: -- we must rollback to the savepoint
731: --
732: ROLLBACK TO delete_job_extra_info;
733: --
734: hr_utility.set_location(' Leaving:'||l_proc, 12);
735: --
736: when others then
737: --
738: -- A validation or unexpected error has occurred