Commit 74a36ffe authored by dpawar's avatar dpawar

set prepare statement for consolidate repl sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98176 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8f82f97e
...@@ -6733,7 +6733,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -6733,7 +6733,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
// "VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; // "VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
//changed by pragyan on 25/08/14 for tran_code and loc type argumnet. //changed by pragyan on 25/08/14 for tran_code and loc type argumnet.
//"VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; //"VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"; ") VALUES (?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,? ,?)";
//Changed by Rohan on 1-12-11 on [WM1ESUN006] to add ptcn into wave_task.end //Changed by Rohan on 1-12-11 on [WM1ESUN006] to add ptcn into wave_task.end
pstmt = conn.prepareStatement(insertSql); pstmt = conn.prepareStatement(insertSql);
pstmt.setString(1,waveId); pstmt.setString(1,waveId);
...@@ -6761,7 +6761,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -6761,7 +6761,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
// Changed by Megha on 22/01/2015 :D14JSUN007 batch_id for back order processing. // Changed by Megha on 22/01/2015 :D14JSUN007 batch_id for back order processing.
pstmt.setString(18,batchID); pstmt.setString(18,batchID);
//Changes by Dadaso pawar on 17/03/15 [Start] //Changes by Dadaso pawar on 17/03/15 [Start]
// pstmt.setString(19,consoliRepl); pstmt.setString(19,consoliRepl);
//Changes by Dadaso pawar on 17/03/15 [End] //Changes by Dadaso pawar on 17/03/15 [End]
pstmt.executeUpdate(); pstmt.executeUpdate();
......
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