Oracle Error Message
PLS-00735: Attempted to declare more than one formal ellipsis parameter
Reason for the Error
More than one ellipsis (‘…’) was found in a formal parameter specification for a function or procedure
Solution
Make sure only one ellipsis appears in a formal parameter specification for any given function or procedure