DBA Data[Home] [Help]

APPS.PER_QH_POPULATE dependencies on HR_ALL_POSITIONS_F_TL

Line 115: from hr_all_positions_f_tl

111: -- PMFLETCH - MLS enabled name
112: --
113: cursor csr_position is
114: select name
115: from hr_all_positions_f_tl
116: where position_id=p_position_id
117: and language = userenv('LANG');
118: -- PMFLETCH - Effective date no longer used, MLS name is always eot value
119: --and p_effective_date between effective_start_date and effective_end_date;