PLS-00232: nested packages not permitted Cause: A package was declared inside another package, but package declarations are allowed only at the top level. In other words, packages cannot be nested. Action: Move the package declaration outside the enclosing package.