Oracle Message PCC-02308 - identifier required in this function declaration

ERRORidentifier required in this function declaration
CAUSEA function definition written in ANSI C must have both the name and the type for all parameters.
ACTIONRewrite the function definition so that it contains the name of each parameter.