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.
Look for your object and type and then drop accordingly.Code:select distinct name, type from user_source;
HTH
Sanjay




Reply With Quote