Commit fe72db94 authored by dpawar's avatar dpawar

rbfpost method used from invAcct class


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95106 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1abfada2
...@@ -7,6 +7,7 @@ import ibase.webitm.ejb.dis.DistCommon; ...@@ -7,6 +7,7 @@ import ibase.webitm.ejb.dis.DistCommon;
import ibase.webitm.ejb.dis.StockUpdate; import ibase.webitm.ejb.dis.StockUpdate;
import ibase.webitm.ejb.fin.FinCommon; import ibase.webitm.ejb.fin.FinCommon;
import ibase.webitm.ejb.fin.FinCommonInvAcct; import ibase.webitm.ejb.fin.FinCommonInvAcct;
import ibase.webitm.ejb.fin.InvAcct;
import ibase.webitm.utility.GenericUtility; import ibase.webitm.utility.GenericUtility;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import ibase.webitm.utility.TransIDGenerator; import ibase.webitm.utility.TransIDGenerator;
...@@ -1415,6 +1416,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus ...@@ -1415,6 +1416,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus
double lcRate=0,lcGrossrate=0,lcPotencyPerc=0,lcConvqtystduom=0,lcGrossWeight=0, lcTareWeight=0,lcNetWeight=0,lcCapacity=0; double lcRate=0,lcGrossrate=0,lcPotencyPerc=0,lcConvqtystduom=0,lcGrossWeight=0, lcTareWeight=0,lcNetWeight=0,lcCapacity=0;
java.sql.Timestamp ldtTrandate=null,ldtRetestDate=null,ldtMfgDate=null,ldtExpiryDate=null; java.sql.Timestamp ldtTrandate=null,ldtRetestDate=null,ldtMfgDate=null,ldtExpiryDate=null;
boolean isRecordFound=false; boolean isRecordFound=false;
InvAcct invAcct = new InvAcct();
int countDet=0; int countDet=0;
HashMap stkUpdstk=new HashMap(); HashMap stkUpdstk=new HashMap();
try try
...@@ -2061,7 +2063,8 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus ...@@ -2061,7 +2063,8 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus
{ {
// errorCode=new FinCommonInvAcct().rbfpost(tranID,"R-BFS","",conn); // errorCode=new FinCommonInvAcct().rbfpost(tranID,"R-BFS","",conn);
errorCode=new FinCommonInvAcct().rbfpost(tranID, "R-BFS", conn); //errorCode=new FinCommonInvAcct().rbfpost(tranID, "R-BFS", conn); Comment by mahesh on 23-05-2014
errorCode = invAcct.rbfpost(tranID,"R-BFS",conn);
System.out.println("@@@@@@@@ errorCode [rbfpost]@@@@@@--> ["+errorCode+"]"); System.out.println("@@@@@@@@ errorCode [rbfpost]@@@@@@--> ["+errorCode+"]");
} }
......
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