DBA Data[Home] [Help]

APPS.HR_ORD_INS dependencies on HR_DE_ORGANIZATION_LINKS

Line 65: -- Insert the row into: hr_de_organization_links

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: hr_de_organization_links
66: --
67: insert into hr_de_organization_links
68: (organization_link_id
69: ,parent_organization_id

Line 67: insert into hr_de_organization_links

63: --
64: --
65: -- Insert the row into: hr_de_organization_links
66: --
67: insert into hr_de_organization_links
68: (organization_link_id
69: ,parent_organization_id
70: ,child_organization_id
71: ,business_group_id

Line 275: Cursor C_Sel1 is select hr_de_organization_links_s.nextval from sys.dual;

271: ) is
272: --
273: l_proc varchar2(72) := g_package||'pre_insert';
274: --
275: Cursor C_Sel1 is select hr_de_organization_links_s.nextval from sys.dual;
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --

Line 478: (p_module_name => 'HR_DE_ORGANIZATION_LINKS'

474: --
475: when hr_api.cannot_find_prog_unit then
476: --
477: hr_api.cannot_find_prog_unit_error
478: (p_module_name => 'HR_DE_ORGANIZATION_LINKS'
479: ,p_hook_type => 'AI');
480: --
481: end;
482: --