date format in the string variable is not matching as per expected format.
1) receivablesMap.put("tran_date", Timestamp.valueOf(lsPostdate)); lsPostdate is need to be timestamp instead of application format
2) receivablesMap.put("ref_date", Timestamp.valueOf(lsPostdate)); lsPostdate is need to be timestamp instead of application format
3) receivablesMap.put("line_no__ref", lsNo);//changed[to handle ClassCastException in fincommon]
4) lcTotAmt=rs.getDouble("lcTotAmt"); //rs is used instead of rs1 due to same Invalid column name SQLException occured.
git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189494 ce508802-f39f-4f6c-b175-0d175dae99d5
Showing
Please register or sign in to comment