Exec package returning xmltype in SQL*Plus
declare
  l_dummy xmltype;
begin
  pak_test.sp_get_test(parmin1,parmin2,l_dummy);
end;
/