Is it possible to execute a package at one time without having to call its subelements one at a time?

I know you can do something like this:
execute package.proc;

but
can you just say:
execute package

if all the procedures don't have any parameters?