DBA Data[Home] [Help]

APPS.HR_LOC_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: hr_loc_shd.g_api_dml := false; -- Unset the api dml status
73: hr_loc_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: hr_loc_shd.g_api_dml := false; -- Unset the api dml status
73: hr_loc_shd.constraint_error
74: (p_constraint_name => hr_api.strip_constraint_name(sqlerrm));
75: WHEN OTHERS THEN
76: hr_loc_shd.g_api_dml := false; -- Unset the api dml status
77: RAISE;
78: END delete_dml;

Line 249: WHEN hr_api.cannot_find_prog_unit THEN

245: ,p_object_version_number_o => hr_loc_shd.g_old_rec.object_version_number
246: ,p_business_group_id_o => hr_loc_shd.g_old_rec.business_group_id
247: );
248: EXCEPTION
249: WHEN hr_api.cannot_find_prog_unit THEN
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'HR_LOCATIONS_ALL'
252: ,p_hook_type => 'AD'
253: );

Line 250: hr_api.cannot_find_prog_unit_error

246: ,p_business_group_id_o => hr_loc_shd.g_old_rec.business_group_id
247: );
248: EXCEPTION
249: WHEN hr_api.cannot_find_prog_unit THEN
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'HR_LOCATIONS_ALL'
252: ,p_hook_type => 'AD'
253: );
254: --