Commit 4a04a573 authored by kshinde's avatar kshinde

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195691 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8c35e78b
...@@ -668,7 +668,8 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D ...@@ -668,7 +668,8 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
Statement stmt = null; Statement stmt = null;
ResultSet rs = null; ResultSet rs = null;
String sql = ""; String sql = "";
String errCode = ""; PreparedStatement pstmt = null;
String errCode = "",saleOrder ="",orderType="",nearExpiry="",mexplev="",mlineno="",despDate="",ls_track_shelf_life="";
String itemCode = "",locCode = "",quantity = "",siteCode = "",available = "",stkItemCode = ""; String itemCode = "",locCode = "",quantity = "",siteCode = "",available = "",stkItemCode = "";
String stklotNo = "",stklotSl = "",stkAllocQty = ""; String stklotNo = "",stklotSl = "",stkAllocQty = "";
java.sql.Date stkMfgDate = null; java.sql.Date stkMfgDate = null;
...@@ -681,9 +682,14 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D ...@@ -681,9 +682,14 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
String stkRate = ""; String stkRate = "";
String balanceQty = ""; String balanceQty = "";
String trackShelfLife = ""; String trackShelfLife = "";
boolean nexpStock = false;
int ll_min_shelf_life=0,ll_max_shelf_life = 0;
Timestamp expDate = null,despTDate = null,ld_chk_date1=null,ld_chk_date2=null;
ibase.utility.E12GenericUtility genericUtility= new ibase.utility.E12GenericUtility(); ibase.utility.E12GenericUtility genericUtility= new ibase.utility.E12GenericUtility();
StringBuffer valueXmlString = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root>\r\n"); StringBuffer valueXmlString = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root>\r\n");
DistCommon distCommon = new DistCommon();
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
try try
{ {
//Changes and Commented By Bhushan on 09-06-2016 :START //Changes and Commented By Bhushan on 09-06-2016 :START
......
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