Commit 73a6146c authored by smanohar's avatar smanohar

Automatic IBCA confirmation called

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197326 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd2bb547
...@@ -2848,6 +2848,15 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf ...@@ -2848,6 +2848,15 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf
} }
pstmt.close(); pstmt.close();
// 19-Feb-2019 manoharan auto confirm the ibca
RcvIbcaConf ibcaObj = new RcvIbcaConf();
retString = ibcaObj.retreiveRibca (ibcaId, siteCode, xtraParamsStr, conn);
if(retString != null && retString.trim().length() > 0)
{
return retString;
}
ibcaObj = null;
// end 19-Feb-2019 manoharan auto confirm the ibca
} }
......
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