APPS.INV_INV_LOVS dependencies on HR_ORGANIZATION_UNITS
Line 693: , hr_organization_units hu
689: , mp.organization_code
690: , hu.name organization_name
691: ,0
692: FROM mtl_parameters mp 693: , hr_organization_units hu 694: WHERE mp.organization_code LIKE (p_organization_code || '%')
695: and mp.organization_id = hu.organization_id order by 2;
696: END get_all_orgs;
697: