PLS-00245: 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.