| ERROR | Formals used in the parameters clause must appear exactly once |
| CAUSE | There are multiple declarations of the formal parameter in the PARAMETERS clause. PL/SQL allows only one declaration of the formal parameter in the PARAMETERS clause. |
| ACTION | Correct the PARAMETERS clause. |