DBA Data[Home] [Help]

APPS.PER_JOB_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: per_job_shd.g_api_dml := false; -- Unset the api dml status
73: per_job_shd.constraint_error
74: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 225: when hr_api.cannot_find_prog_unit then

221: p_job_group_id_o => per_job_shd.g_old_rec.job_group_id,
222: p_object_version_number_o => per_job_shd.g_old_rec.object_version_number
223: );
224: exception
225: when hr_api.cannot_find_prog_unit then
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'PER_JOBS'
228: ,p_hook_type => 'AD'
229: );

Line 226: hr_api.cannot_find_prog_unit_error

222: p_object_version_number_o => per_job_shd.g_old_rec.object_version_number
223: );
224: exception
225: when hr_api.cannot_find_prog_unit then
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'PER_JOBS'
228: ,p_hook_type => 'AD'
229: );
230: end;

Line 290: Raise HR_Api.Validate_Enabled;

286: --
287: -- If we are validating then raise the Validate_Enabled exception
288: --
289: If p_validate then
290: Raise HR_Api.Validate_Enabled;
291: End If;
292: --
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: Exception

Line 295: When HR_Api.Validate_Enabled Then

291: End If;
292: --
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: Exception
295: When HR_Api.Validate_Enabled Then
296: --
297: -- As the Validate_Enabled exception has been raised
298: -- we must rollback to the savepoint
299: --