Commit 452a0794 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191087 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dae59681
...@@ -1397,7 +1397,9 @@ public class WoFirmplanPrc extends ProcessEJB implements WoFirmplanPrcLocal,WoFi ...@@ -1397,7 +1397,9 @@ public class WoFirmplanPrc extends ProcessEJB implements WoFirmplanPrcLocal,WoFi
//Explod BOM. Use existing component //Explod BOM. Use existing component
System.out.println("Before explodebom xmlString [" + xmlString.toString()+"]"); System.out.println("Before explodebom xmlString [" + xmlString.toString()+"]");
explodeBomObj = new ExplodeBom(); explodeBomObj = new ExplodeBom();
xmlDataString = checkNull(explodeBomObj.explodeBom(xmlString.toString()).toString()); //Changed By Priyankac on 21SEP2018.
xmlDataString = checkNull(explodeBomObj.explodeBom(xmlString.toString(),conn).toString());
//xmlDataString = checkNull(explodeBomObj.explodeBom(xmlString.toString()).toString());
explodeBomObj = null; explodeBomObj = null;
System.out.println("xmlDataString in getExplodBomDetails----->>["+xmlDataString+"]"); System.out.println("xmlDataString in getExplodBomDetails----->>["+xmlDataString+"]");
......
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