DBA Data[Home] [Help]

APPS.HR_POS_HIERARCHY_ELE_API dependencies on HR_POS_HIERARCHY_ELE_BK2

Line 239: hr_pos_hierarchy_ele_bk2.update_pos_hierarchy_ele_b

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

Line 268: hr_pos_hierarchy_ele_bk2.update_pos_hierarchy_ele_a

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