DBA Data[Home] [Help]

APPS.HR_ORD_DEL dependencies on HR_DE_ORGANIZATION_LINKS

Line 62: -- Delete the hr_de_organization_links row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the hr_de_organization_links row.
63: --
64: delete from hr_de_organization_links
65: where organization_link_id = p_rec.organization_link_id;
66: --

Line 64: delete from hr_de_organization_links

60: --
61: --
62: -- Delete the hr_de_organization_links row.
63: --
64: delete from hr_de_organization_links
65: where organization_link_id = p_rec.organization_link_id;
66: --
67: --
68: --

Line 308: (p_module_name => 'HR_DE_ORGANIZATION_LINKS'

304: --
305: when hr_api.cannot_find_prog_unit then
306: --
307: hr_api.cannot_find_prog_unit_error
308: (p_module_name => 'HR_DE_ORGANIZATION_LINKS'
309: ,p_hook_type => 'AD');
310: --
311: end;
312: --