DBA Data[Home] [Help]

APPS.PER_PSE_INS dependencies on PER_POS_STRUCTURE_ELEMENTS

Line 87: -- Insert the row into: per_pos_structure_elements

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

Line 89: insert into per_pos_structure_elements

85: per_pse_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: per_pos_structure_elements
88: --
89: insert into per_pos_structure_elements
90: (pos_structure_element_id
91: ,business_group_id
92: ,pos_structure_version_id
93: ,subordinate_position_id

Line 181: Cursor C_Sel1 is select per_pos_structure_elements_s.nextval from sys.dual;

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

Line 266: (p_module_name => 'PER_POS_STRUCTURE_ELEMENTS'

262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'PER_POS_STRUCTURE_ELEMENTS'
267: ,p_hook_type => 'AI');
268: --
269: end;
270: --