DBA Data[Home] [Help]

APPS.HR_ORI_DEL dependencies on HR_ORGANIZATION_INFORMATION

Line 62: -- Delete the hr_organization_information row.

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

Line 64: delete from hr_organization_information

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

Line 270: (p_module_name => 'HR_ORGANIZATION_INFORMATION'

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