DBA Data[Home] [Help]

APPS.PER_PRT_DEL dependencies on HR_API

Line 66: When hr_api.child_integrity_violated then

62:
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64:
65: Exception
66: When hr_api.child_integrity_violated then
67: -- Child integrity has been violated
68: per_prt_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then

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

65: Exception
66: When hr_api.child_integrity_violated then
67: -- Child integrity has been violated
68: per_prt_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then
71: Raise;
72: End delete_dml;
73:

Line 189: when hr_api.cannot_find_prog_unit then

185: p_attribute19_o => per_prt_shd.g_old_rec.attribute19 ,
186: p_attribute20_o => per_prt_shd.g_old_rec.attribute20 ,
187: p_appr_line_score_o => per_prt_shd.g_old_rec.appr_line_score);
188: exception
189: when hr_api.cannot_find_prog_unit then
190: hr_api.cannot_find_prog_unit_error
191: ( p_module_name => 'PER_PERFORMANCE_RATINGS'
192: ,p_hook_type => 'AD'
193: );

Line 190: hr_api.cannot_find_prog_unit_error

186: p_attribute20_o => per_prt_shd.g_old_rec.attribute20 ,
187: p_appr_line_score_o => per_prt_shd.g_old_rec.appr_line_score);
188: exception
189: when hr_api.cannot_find_prog_unit then
190: hr_api.cannot_find_prog_unit_error
191: ( p_module_name => 'PER_PERFORMANCE_RATINGS'
192: ,p_hook_type => 'AD'
193: );
194: end;

Line 258: Raise HR_Api.Validate_Enabled;

254:
255: -- If we are validating then raise the Validate_Enabled exception
256:
257: If p_validate then
258: Raise HR_Api.Validate_Enabled;
259: End If;
260:
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: Exception

Line 263: When HR_Api.Validate_Enabled Then

259: End If;
260:
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: Exception
263: When HR_Api.Validate_Enabled Then
264:
265: -- As the Validate_Enabled exception has been raised
266: -- we must rollback to the savepoint
267: