DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on HR_ORGANIZATION_UNITS

Line 671: , hr_organization_units hu

667: , mp.organization_code
668: , hu.name organization_name
669: ,0
670: FROM mtl_parameters mp
671: , hr_organization_units hu
672: WHERE mp.organization_code LIKE (p_organization_code || '%')
673: and mp.organization_id = hu.organization_id order by 2;
674: END get_all_orgs;
675: