PLS-00723: package body cannot be compiled native if its spec was compiled non-native
Cause: The package body is being compiled to native code whereas the corresponding package specification was compiled to interpreted bytecode.
Action: Compile the package body to the same target (native code or interpreted bytecode) as its spec.