Commit 0695ca0a authored by msharma's avatar msharma

to Stock deallocate for Site Code Ship


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93197 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e0829bd
...@@ -782,7 +782,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocatio ...@@ -782,7 +782,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocatio
{ {
//Changed by sumit on 27/11/12 error msg if wave done condition end. //Changed by sumit on 27/11/12 error msg if wave done condition end.
System.out.println("if calling...*...."); System.out.println("if calling...*....");
//Added by manoj dtd 07/06/2013 to Stock deallocate for Site Code Ship //Added by manoj dtd 07/06/2013 to Stock deallocate for Shit Code Ship
String getDataSql = "SELECT SITE_CODE__SHIP FROM SORDER WHERE SALE_ORDER = ? "; String getDataSql = "SELECT SITE_CODE__SHIP FROM SORDER WHERE SALE_ORDER = ? ";
pstmt = conn.prepareStatement(getDataSql); pstmt = conn.prepareStatement(getDataSql);
...@@ -800,7 +800,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocatio ...@@ -800,7 +800,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocatio
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
errString = sorderDeAllocate(saleOrder, lineNo,siteCodeShip, itemCode, DeallocQty, expLev,custCode,lotSl,lotNo,locCode,tranId,allocLineno); errString = sorderDeAllocate(saleOrder,siteCodeShip, lineNo, itemCode, DeallocQty, expLev,custCode,lotSl,lotNo,locCode,tranId,allocLineno);
if (errString != null && errString.trim().length() > 0) if (errString != null && errString.trim().length() > 0)
{ {
System.out.println("errString :"+errString); System.out.println("errString :"+errString);
......
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