DBA Data[Home] [Help]

APPS.PER_PER_DEL dependencies on HR_API

Line 665: when hr_api.cannot_find_prog_unit then

661: ,p_object_version_number_o
662: => per_per_shd.g_old_rec.object_version_number
663: );
664: exception
665: when hr_api.cannot_find_prog_unit then
666: hr_api.cannot_find_prog_unit_error
667: (p_module_name => 'per_all_people_f'
668: ,p_hook_type => 'AD'
669: );

Line 666: hr_api.cannot_find_prog_unit_error

662: => per_per_shd.g_old_rec.object_version_number
663: );
664: exception
665: when hr_api.cannot_find_prog_unit then
666: hr_api.cannot_find_prog_unit_error
667: (p_module_name => 'per_all_people_f'
668: ,p_hook_type => 'AD'
669: );
670: end;

Line 758: Raise HR_Api.Validate_Enabled;

754: hr_multi_message.end_validation_set;
755: -- If we are validating then raise the Validate_Enabled exception
756: --
757: If p_validate then
758: Raise HR_Api.Validate_Enabled;
759: End If;
760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 10);
762: Exception

Line 763: When HR_Api.Validate_Enabled Then

759: End If;
760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 10);
762: Exception
763: When HR_Api.Validate_Enabled Then
764: --
765: -- As the Validate_Enabled exception has been raised
766: -- we must rollback to the savepoint
767: --