Commit b3d363a1 authored by prane's avatar prane

updated runmrpprc component for Infinite cursor loop

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172224 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a5677d6d
...@@ -6113,6 +6113,10 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -6113,6 +6113,10 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
} }
} }
} }
rs.close();
rs = null;
pstmt.close();
pstmt = null;
} }
//Pavan R on 09/oct/17 end //Pavan R on 09/oct/17 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