DBA Data[Home] [Help]

APPS.PER_POS_STRUCTURE_ELEMENTS_PKG dependencies on HR_POSITIONS_F

Line 26: from hr_positions_f hpf

22: from per_pos_structure_elements pse
23: where ((X_View_All_Positions <> 'Y'
24: and EXISTS
25: (select '1'
26: from hr_positions_f hpf
27: where hpf.position_id = pse.subordinate_position_id
28: ))
29: or X_View_All_Positions = 'Y')
30: connect by