DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_PKG dependencies on HR_ALL_POSITIONS_F_TL

Line 268: From hr_all_positions_f_tl

264: is
265: --
266: Cursor csr_pos(l_position_id in number) is
267: Select name
268: From hr_all_positions_f_tl
269: Where position_id = l_position_id
270: and language = userenv('LANG');
271: --
272: Cursor csr_org(l_org_id in number) is