Message Oracle PLS-00733 - RPCs to variable argument functions are not allowed

ERRORRPCs to variable argument functions are not allowed
CAUSEAttempted to call a vararg function (a function which contains ellipsis in the formal parameter list) as an RPC.
ACTIONDo not call vararg functions as an RPC.