DBA Data[Home] [Help]

APPS.PQP_HROSS_INTEGRATION dependencies on HR_ALL_POSITIONS_F_TL

Line 310: ,hr_all_positions_f_tl ptl

306: ,c_business_group_id IN Number
307: ,c_effective_date IN Date) IS
308: SELECT ptl.NAME
309: FROM hr_all_positions_f pos
310: ,hr_all_positions_f_tl ptl
311: WHERE pos.position_id = c_position_id
312: AND ptl.position_id = pos.position_id
313: AND ptl.LANGUAGE = Userenv('LANG')
314: AND pos.business_group_id = c_business_group_id