Oracle Error Message
PLS-00733: RPCs to variable argument functions are not allowed
Reason for the Error
Attempted to call a vararg function (a function which contains ellipsis in the formal parameter list) as an RPC.
Solution
Do not call vararg functions as an RPC.