4163: , mag.primary_quantity
4164: , mag.primary_uom_code
4165: , mag.uom_lookup_code
4166: , msi.description
4167: FROM mtl_allocations_gtmp mag, mtl_system_items_vl msi
4168: WHERE mag.inventory_item_id = msi.inventory_item_id
4169: AND msi.ORGANIZATION_ID = p_organization_id
4170: ORDER BY group_number;
4171: