DBA Data[Home] [Help]

APPS.BEN_CWB_ASG_UPDATE dependencies on HR_ALL_POSITIONS_F_TL

Line 383: from hr_all_positions_f_tl

379: cursor c_position
380: (v_position_id number
381: ,v_lang varchar2) is
382: select substr(name,1,200)
383: from hr_all_positions_f_tl
384: where position_id = v_position_id
385: and language = l_lang;
386: --
387: