Oracle Error Message
PLS-00234: PARAMETER STYLE SQL may not be specified with a PARAMATERS list
Reason for the Error
A subprogram cannot specify both PARAMETER STYLE SQL and an explicit PARAMETERS list. Use PARAMETER STYLE GENERAL to supply default PARAMETERS list types.
Solution
Change the subprogram specification.