DBA Data[Home] [Help]

APPS.PER_ASG_DEL dependencies on HR_API

Line 624: when hr_api.cannot_find_prog_unit then

620: ,p_projected_assignment_end_o
621: => per_asg_shd.g_old_rec.projected_assignment_end
622: );
623: exception
624: when hr_api.cannot_find_prog_unit then
625: hr_api.cannot_find_prog_unit_error
626: (p_module_name => 'PER_ALL_ASSIGNMENTS_F'
627: ,p_hook_type => 'AD'
628: );

Line 625: hr_api.cannot_find_prog_unit_error

621: => per_asg_shd.g_old_rec.projected_assignment_end
622: );
623: exception
624: when hr_api.cannot_find_prog_unit then
625: hr_api.cannot_find_prog_unit_error
626: (p_module_name => 'PER_ALL_ASSIGNMENTS_F'
627: ,p_hook_type => 'AD'
628: );
629: end;

Line 951: Raise HR_Api.Validate_Enabled;

947: --
948: -- If we are validating then raise the Validate_Enabled exception
949: --
950: If p_validate then
951: Raise HR_Api.Validate_Enabled;
952: End If;
953: --
954: hr_utility.set_location(' Leaving:'||l_proc, 10);
955: Exception

Line 956: When HR_Api.Validate_Enabled Then

952: End If;
953: --
954: hr_utility.set_location(' Leaving:'||l_proc, 10);
955: Exception
956: When HR_Api.Validate_Enabled Then
957: --
958: -- As the Validate_Enabled exception has been raised
959: -- we must rollback to the savepoint
960: --