DBA Data[Home] [Help]

APPS.PER_QH_FIND_QUERY dependencies on HR_ORGANIZATION_UNITS

Line 289: from hr_organization_units

285: --
286: cursor csr_organization
287: (p_organization_id number) is
288: select name
289: from hr_organization_units
290: where organization_id=p_organization_id;
291: --
292: cursor csr_pgp_rec
293: (p_people_group_id number) is