DBA Data[Home] [Help]

APPS.PER_OSE_INS dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 86: -- Insert the row into: per_org_structure_elements

82: p_rec.object_version_number := 1; -- Initialise the object version
83: --
84: per_ose_shd.g_api_dml := true; -- Set the api dml status
85: --
86: -- Insert the row into: per_org_structure_elements
87: --
88: insert into per_org_structure_elements
89: (org_structure_element_id
90: ,business_group_id

Line 88: insert into per_org_structure_elements

84: per_ose_shd.g_api_dml := true; -- Set the api dml status
85: --
86: -- Insert the row into: per_org_structure_elements
87: --
88: insert into per_org_structure_elements
89: (org_structure_element_id
90: ,business_group_id
91: ,organization_id_parent
92: ,org_structure_version_id

Line 182: Cursor C_Sel1 is select per_org_structure_elements_s.nextval from sys.dual;

178: ) is
179: --
180: l_proc varchar2(72) := g_package||'pre_insert';
181: --
182: Cursor C_Sel1 is select per_org_structure_elements_s.nextval from sys.dual;
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --

Line 269: (p_module_name => 'PER_ORG_STRUCTURE_ELEMENTS'

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