DBA Data[Home] [Help]

APPS.HR_PSF_DEL dependencies on HR_API

Line 780: when hr_api.cannot_find_prog_unit then

776: p_program_update_date_o => hr_psf_shd.g_old_rec.program_update_date ,
777: p_object_version_number_o => hr_psf_shd.g_old_rec.object_version_number );
778: --
779: exception
780: when hr_api.cannot_find_prog_unit then
781: hr_api.cannot_find_prog_unit_error
782: (p_module_name => 'HR_ALL_POSITIONS'
783: ,p_hook_type => 'AD'
784: );

Line 781: hr_api.cannot_find_prog_unit_error

777: p_object_version_number_o => hr_psf_shd.g_old_rec.object_version_number );
778: --
779: exception
780: when hr_api.cannot_find_prog_unit then
781: hr_api.cannot_find_prog_unit_error
782: (p_module_name => 'HR_ALL_POSITIONS'
783: ,p_hook_type => 'AD'
784: );
785: end;

Line 892: Raise HR_Api.Validate_Enabled;

888: --
889: -- If we are validating then raise the Validate_Enabled exception
890: --
891: If p_validate then
892: Raise HR_Api.Validate_Enabled;
893: End If;
894: --
895: if g_debug then
896: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 900: When HR_Api.Validate_Enabled Then

896: hr_utility.set_location(' Leaving:'||l_proc, 10);
897: end if;
898:
899: Exception
900: When HR_Api.Validate_Enabled Then
901: --
902: -- As the Validate_Enabled exception has been raised
903: -- we must rollback to the savepoint
904: --