DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_ALL_POSITIONS_F_TL

Line 375: ,hr_all_positions_f_tl ptl

371: ,c_business_group_id in number
372: ,c_effective_date in date) is
373: select ptl.name
374: from hr_all_positions_f pos
375: ,hr_all_positions_f_tl ptl
376: where pos.position_id = c_position_id
377: and ptl.position_id = pos.position_id
378: and ptl.language = userenv('LANG')
379: and pos.business_group_id = c_business_group_id