DBA Data[Home] [Help]

APPS.PER_QH_FIND_QUERY dependencies on HR_ALL_POSITIONS_F_TL

Line 233: from hr_all_positions_f_tl

229: cursor csr_position
230: (p_position_id number
231: ,p_effective_date date) is
232: select name
233: from hr_all_positions_f_tl
234: where position_id=p_position_id
235: and language = userenv('LANG');
236: --PMFLETCH - No effective date in tl table
237: --and p_effective_date between effective_start_date and effective_end_date;