DBA Data[Home] [Help]

APPS.PAY_SA_ARCHIVE dependencies on HR_ALL_POSITIONS_F_TL

Line 955: hr_all_positions_f_tl hapftl

951: CURSOR csr_position(p_position_id NUMBER) IS
952: select hapftl.name
953: from
954: hr_all_positions_f hapf,
955: hr_all_positions_f_tl hapftl
956: where hapf.position_id = p_position_id
957: and hapf.position_id = hapftl.position_id
958: and hapftl.language = USERENV('LANG');
959: