I have created a .pls file by right clicking a package and selecting the option "Save Package Spec and Body...".
The problem is that opening the generated file with SQL Developer and trying to compile it gives me the error:
PLS-00103: Encountered the symbol "/"
Even believing SQL Developer should recognize and treat properly files generated by itself, is there something I can do to correctly compile this type of file?