PLS-00424: RPC defaults cannot include Package State

PLS-00424: RPC defaults cannot include Package State

Cause: An attempt was made to call a remote subprogram whose defaulted parameters depend on package state, which is not allowed. When calling remote subprograms, the actual parameters must be passed explicitly if the corresponding formal parameters depend on package state.

Action: Call the remote subprogram by passing each actual parameter explicitly.

No comments:

Post a Comment