Oracle Error Message
PLS-00703: multiple instances of named argument in list
Reason for the Error
Two or more actual parameters in a subprogram call refer to the same formal parameter.
Solution
Remove the duplicate actual parameter.
PLS-00703: multiple instances of named argument in list
Two or more actual parameters in a subprogram call refer to the same formal parameter.
Remove the duplicate actual parameter.