Message Oracle PLS-00245 - Formals used in the parameters clause must appear exactly once

ERRORFormals used in the parameters clause must appear exactly once
CAUSEThere 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.
ACTIONCorrect the PARAMETERS clause.