Package Compile Error
I wanted to rename the package before checking it into our code repository, so I dropped the package which I had created and tried compiling it with the new package name in CREATE OR REPLACE PACKAGE BODY line and in the final line of the package. Now I'm getting a compile error due to a missing package spec. I didn't have a corresponding package spec when I originally the package the programmer supplied, but didn't receive this error. Can anyone explain why I might be receiving the error now, but not previoiusly?