DBA Data[Home] [Help]

APPS.HR_POS_HIERARCHY_ELE_API dependencies on HR_POS_HIERARCHY_ELE_BK2

Line 238: hr_pos_hierarchy_ele_bk2.update_pos_hierarchy_ele_b

234: --
235: -- Call Before Process User Hook
236: --
237: begin
238: hr_pos_hierarchy_ele_bk2.update_pos_hierarchy_ele_b
239: (p_pos_structure_element_id => p_pos_structure_element_id
240: ,p_parent_position_id => p_parent_position_id
241: ,p_subordinate_position_id => p_subordinate_position_id
242: );

Line 267: hr_pos_hierarchy_ele_bk2.update_pos_hierarchy_ele_a

263: --
264: -- Call After Process User Hook
265: --
266: begin
267: hr_pos_hierarchy_ele_bk2.update_pos_hierarchy_ele_a
268: (p_pos_structure_element_id => p_pos_structure_element_id
269: ,p_parent_position_id => p_parent_position_id
270: ,p_subordinate_position_id => p_subordinate_position_id
271: );