DBA Data[Home] [Help]

APPS.BEN_CWB_ASG_UPDATE dependencies on HR_ALL_POSITIONS_F_TL

Line 378: from hr_all_positions_f_tl

374: cursor c_position
375: (v_position_id number
376: ,v_lang varchar2) is
377: select substr(name,1,200)
378: from hr_all_positions_f_tl
379: where position_id = v_position_id
380: and language = l_lang;
381: --
382: