DBA Data[Home] [Help]

APPS.PER_RSC_DEL dependencies on HR_API

Line 62: When hr_api.child_integrity_violated then

58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);
60: --
61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: per_rsc_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then

Line 65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: per_rsc_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then
67: Raise;
68: End delete_dml;
69: --

Line 187: when hr_api.cannot_find_prog_unit then

183: p_attribute19_o => per_rsc_shd.g_old_rec.attribute19 ,
184: p_attribute20_o => per_rsc_shd.g_old_rec.attribute20 );
185:
186: exception
187: when hr_api.cannot_find_prog_unit then
188: hr_api.cannot_find_prog_unit_error
189: ( p_module_name => 'PER_RATING_SCALES'
190: ,p_hook_type => 'AD'
191: );

Line 188: hr_api.cannot_find_prog_unit_error

184: p_attribute20_o => per_rsc_shd.g_old_rec.attribute20 );
185:
186: exception
187: when hr_api.cannot_find_prog_unit then
188: hr_api.cannot_find_prog_unit_error
189: ( p_module_name => 'PER_RATING_SCALES'
190: ,p_hook_type => 'AD'
191: );
192: end;

Line 248: Raise HR_Api.Validate_Enabled;

244: --
245: -- If we are validating then raise the Validate_Enabled exception
246: --
247: If p_validate then
248: Raise HR_Api.Validate_Enabled;
249: End If;
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: Exception

Line 253: When HR_Api.Validate_Enabled Then

249: End If;
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: Exception
253: When HR_Api.Validate_Enabled Then
254: --
255: -- As the Validate_Enabled exception has been raised
256: -- we must rollback to the savepoint
257: --