Oracle Message PLS-00244 - Multiple declarations in foreign function formal parameter list

ERRORMultiple declarations in foreign function formal parameter list
CAUSEThere are multiple declarations of at least one the following FORMAL, INDICATOR, LENGTH, MAXLENGTH, or CONTEXT. PL/SQL allows only one declaration of the above for each formal parameter in the PARAMETERS clause.
ACTIONCorrect the PARAMETERS clause.