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