Commit bb9e7182 authored by cpatil's avatar cpatil

change for transetup sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93466 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fdafbc66
...@@ -400,7 +400,7 @@ public class WOIssueReplacementPrc extends ProcessEJB implements GenerateReceipt ...@@ -400,7 +400,7 @@ public class WOIssueReplacementPrc extends ProcessEJB implements GenerateReceipt
woirType = orderType.substring(0,1)+"I"; woirType = orderType.substring(0,1)+"I";
sql = "SELECT KEY_STRING, TRAN_ID_COL, REF_SER FROM TRANSETUP WHERE UPPER(TRAN_WINDOW) = 'w_wo_iss_replacement'"; sql = "SELECT KEY_STRING, TRAN_ID_COL, REF_SER FROM TRANSETUP WHERE lower(TRAN_WINDOW) = 'w_wo_iss_replacement'";
System.out.println("keyStringQuery--------->>"+sql); System.out.println("keyStringQuery--------->>"+sql);
pstmt1 = conn.prepareStatement(sql); pstmt1 = conn.prepareStatement(sql);
rs1 = pstmt1.executeQuery(); rs1 = pstmt1.executeQuery();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment