Oracle Error ORA-23304: malformed deferred rpc at arg string of string in call string, in tid string

Oracle Error Message

ORA-23304: malformed deferred rpc at arg string of string in call string, in tid string

Reason for the Error

A deferred RPC call was issued without the correct number of arguments as determined by the count parameter to dbms_defer.call

Solution

Be sure the number of actuals matches the count.