Oracle Error Message
PLS-00734: Illegal use of an associational parameter with a formal ellipsis
Reason for the Error
Attempted to use an associational actual argument for a formal ellipsis type argument.
Solution
Remove associational parameters which correspond to formal ellipsis types.