Ramesh,

Are you creating PACKAGE or PACKAGE BODY ??
You can't create a package named BODY unless you had specified it in double quotes..

To see the list of stored procedure / functions and package bodies, use this.

Code:
select distinct name, type from user_source;
Look for your object and type and then drop accordingly.

HTH
Sanjay