Oracle Error PLS-00703: multiple instances of named argument in list

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.