Commit 75af5097 authored by sanashaikh's avatar sanashaikh

Sana S : Modified on 16/10/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209699 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 461132d3
......@@ -24,7 +24,7 @@ import ibase.webitm.utility.ITMException;
public class EmpITConfPrc extends ProcessEJB implements EmpITConfPrcLocal,EmpITConfPrcRemote //SessionBean
{
ibase.utility.E12GenericUtility genericUtility= new ibase.utility.E12GenericUtility();
E12GenericUtility genericUtility= new E12GenericUtility();
ITMDBAccessEJB itmDBAccessEJB = new ITMDBAccessEJB();
//Modified by Rohini T on 26/08/19[Start]
HRLogWriter hrLogWriter = null;
......@@ -404,12 +404,14 @@ public class EmpITConfPrc extends ProcessEJB implements EmpITConfPrcLocal,EmpI
}*/
if((errorCode !=null && errorCode.trim().length() > 0 ) && (!(errorCode.contains("VPSUCC1"))))
{
totConfRec = totConfRec + 1;
//totConfRec = totConfRec + 1;
totRejRec = totRejRec + 1;//Added by Sana S on 16/10/19
isError = true;
}
else
{
totRejRec = totRejRec + 1;
//totRejRec = totRejRec + 1;
totConfRec = totConfRec + 1;//Added by Sana S on 16/10/19
isError = false;
}
//Modified by Rohini T on 29/08/19[End]
......
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