DBA Data[Home] [Help]

APPS.PE_PEI_DEL dependencies on HR_API

Line 70: When hr_api.child_integrity_violated then

66: --
67: hr_utility.set_location(' Leaving:'||l_proc, 10);
68: --
69: Exception
70: When hr_api.child_integrity_violated then
71: -- Child integrity has been violated
72: pe_pei_shd.constraint_error
73: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
74: When Others Then

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

69: Exception
70: When hr_api.child_integrity_violated then
71: -- Child integrity has been violated
72: pe_pei_shd.constraint_error
73: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
74: When Others Then
75: Raise;
76: End delete_dml;
77: --

Line 224: when hr_api.cannot_find_prog_unit then

220: p_pei_information29_o => pe_pei_shd.g_old_rec.pei_information29 ,
221: p_pei_information30_o => pe_pei_shd.g_old_rec.pei_information30
222: );
223: exception
224: when hr_api.cannot_find_prog_unit then
225: hr_api.cannot_find_prog_unit_error
226: ( p_module_name => 'PER_PEOPLE_EXTRA_INFO'
227: ,p_hook_type => 'AD'
228: );

Line 225: hr_api.cannot_find_prog_unit_error

221: p_pei_information30_o => pe_pei_shd.g_old_rec.pei_information30
222: );
223: exception
224: when hr_api.cannot_find_prog_unit then
225: hr_api.cannot_find_prog_unit_error
226: ( p_module_name => 'PER_PEOPLE_EXTRA_INFO'
227: ,p_hook_type => 'AD'
228: );
229: end;

Line 310: Raise HR_Api.Validate_Enabled;

306: --
307: -- If we are validating then raise the Validate_Enabled exception
308: --
309: If p_validate then
310: Raise HR_Api.Validate_Enabled;
311: End If;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: Exception

Line 315: When HR_Api.Validate_Enabled Then

311: End If;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: Exception
315: When HR_Api.Validate_Enabled Then
316: --
317: -- As the Validate_Enabled exception has been raised
318: -- we must rollback to the savepoint
319: --