75021 INFO [Thread-53] com.private.contractmgmt.renewalmanager.quoting.ContractMgmtDataProvider - Calling procedure XX_CM_RENEWAL_INTERFACE_PKG.sp ...
The problems with PreparedStatement stem from its syntax for parameters. Parameters are anonymous and accessed by index as in the following: PreparedStatement p = con.prepareStatement("select * from ...