DBA Data[Home] [Help]

APPS.PER_PDS_DEL dependencies on HR_API

Line 71: When hr_api.child_integrity_violated then

67: --
68: hr_utility.set_location(' Leaving:'||l_proc, 10);
69: --
70: Exception
71: When hr_api.child_integrity_violated then
72: -- Child integrity has been violated
73: per_pds_shd.g_api_dml := false; -- Unset the api dml status
74: per_pds_shd.constraint_error
75: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

71: When hr_api.child_integrity_violated then
72: -- Child integrity has been violated
73: per_pds_shd.g_api_dml := false; -- Unset the api dml status
74: per_pds_shd.constraint_error
75: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
76: When Others Then
77: per_pds_shd.g_api_dml := false; -- Unset the api dml status
78: Raise;
79: End delete_dml;

Line 241: when hr_api.cannot_find_prog_unit then

237: ,p_pds_information29_o =>per_pds_shd.g_old_rec.pds_information29
238: ,p_pds_information30_o =>per_pds_shd.g_old_rec.pds_information30
239: );
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'PER_PERIOD_OF_SERVICE'
244: ,p_hook_type => 'AD'
245: );

Line 242: hr_api.cannot_find_prog_unit_error

238: ,p_pds_information30_o =>per_pds_shd.g_old_rec.pds_information30
239: );
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'PER_PERIOD_OF_SERVICE'
244: ,p_hook_type => 'AD'
245: );
246: end;

Line 301: Raise HR_Api.Validate_Enabled;

297: --
298: -- If we are validating then raise the Validate_Enabled exception
299: --
300: If p_validate then
301: Raise HR_Api.Validate_Enabled;
302: End If;
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: Exception

Line 306: When HR_Api.Validate_Enabled Then

302: End If;
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: Exception
306: When HR_Api.Validate_Enabled Then
307: --
308: -- As the Validate_Enabled exception has been raised
309: -- we must rollback to the savepoint
310: --