I execute procedures in TOAD as follows:

Begin
procedure_name ;
end;

Then click on the lightning bolt. That will execute anything in the SQL window as a script.