DBA Data[Home] [Help]

APPS.HR_ORU_DEL dependencies on HR_ALL_ORGANIZATION_UNITS

Line 62: -- Delete the hr_all_organization_units row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: hr_oru_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the hr_all_organization_units row.
63: --
64: delete from hr_all_organization_units
65: where organization_id = p_rec.organization_id;
66: --

Line 64: delete from hr_all_organization_units

60: hr_oru_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the hr_all_organization_units row.
63: --
64: delete from hr_all_organization_units
65: where organization_id = p_rec.organization_id;
66: --
67: hr_oru_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 270: (p_module_name => 'HR_ALL_ORGANIZATION_UNITS'

266: --
267: when hr_api.cannot_find_prog_unit then
268: --
269: hr_api.cannot_find_prog_unit_error
270: (p_module_name => 'HR_ALL_ORGANIZATION_UNITS'
271: ,p_hook_type => 'AD');
272: --
273: end;
274: --