Oracle Message PLS-00424 - RPC defaults cannot include Package State

ERRORRPC defaults cannot include Package State
CAUSEAn 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.
ACTIONCall the remote subprogram by passing each actual parameter explicitly.