begin
   str := 'select ...省略;
      execute immediate str into toll_shao_money;
      toll_shao_money := nvl(toll_shao_money,0);
exception
  when others then
     null;
end