Commit 238fcf2a authored by cpatil's avatar cpatil

modify


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99953 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fff90381
/******************************************************** /********************************************************
Title : POBWizIC[D15ESUN017] Title : Division for ES3.[ Req Id - D15JSUN008 ]
Date : 10/09/15
Developer: Chandrashekar
********************************************************/ ********************************************************/
package ibase.webitm.ejb.dis; package ibase.webitm.ejb.dis;
...@@ -93,10 +90,6 @@ public class PrdApplCountrySerIC extends ValidatorEJB implements PrdApplCountryS ...@@ -93,10 +90,6 @@ public class PrdApplCountrySerIC extends ValidatorEJB implements PrdApplCountryS
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
StringBuffer errStringXml = new StringBuffer("<?xml version = \"1.0\"?> \r\n <Root> <Errors>"); StringBuffer errStringXml = new StringBuffer("<?xml version = \"1.0\"?> \r\n <Root> <Errors>");
int currentFormNo = 0; int currentFormNo = 0;
int count = 0;
double quantityDbl = 0, rateDbl = 0;
Boolean isNumber = true;
Boolean isOrdType = false;
NodeList parentList = null; NodeList parentList = null;
NodeList childList = null; NodeList childList = null;
...@@ -392,7 +385,6 @@ public class PrdApplCountrySerIC extends ValidatorEJB implements PrdApplCountryS ...@@ -392,7 +385,6 @@ public class PrdApplCountrySerIC extends ValidatorEJB implements PrdApplCountryS
String addDate="", addUser="", addTerm="", chgUser="", chgTerm=""; String addDate="", addUser="", addTerm="", chgUser="", chgTerm="";
String countyCode="",countryDescr=""; String countyCode="",countryDescr="";
Timestamp addDate2=null;
try try
{ {
Calendar currentDate = Calendar.getInstance(); Calendar currentDate = Calendar.getInstance();
......
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