DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_ALL_POSITIONS_F_TL

Line 374: ,hr_all_positions_f_tl ptl

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