Commit db862dd2 authored by dsawant's avatar dsawant

unused package removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93078 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab211ccf
package ibase.webitm.ejb.fin; package ibase.webitm.ejb.fin;
import ibase.dw.metadata.Case;
import ibase.system.config.ConnDriver; import ibase.system.config.ConnDriver;
import ibase.webitm.ejb.ValidatorEJB; import ibase.webitm.ejb.ValidatorEJB;
import ibase.webitm.utility.GenericUtility; import ibase.webitm.utility.GenericUtility;
...@@ -15,7 +14,7 @@ import org.w3c.dom.Document; ...@@ -15,7 +14,7 @@ import org.w3c.dom.Document;
import org.w3c.dom.Node; import org.w3c.dom.Node;
import org.w3c.dom.NodeList; import org.w3c.dom.NodeList;
import javax.ejb.Stateless; // added for ejb3 import javax.ejb.Stateless; // added for ejb3
import ibase.webitm.ejb.ITMDBAccessEJB;
@Stateless @Stateless
...@@ -66,11 +65,11 @@ public class BudgetGroup extends ValidatorEJB implements BudgetGroupLocal,Budget ...@@ -66,11 +65,11 @@ public class BudgetGroup extends ValidatorEJB implements BudgetGroupLocal,Budget
int currentFormNo=0; int currentFormNo=0;
int childNodeListLength; int childNodeListLength;
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
ITMDBAccessEJB itmDBAccessEJB = new ITMDBAccessEJB();
String userId="",errCode=""; String userId="",errCode="";
String bud_group_code ="",acct_code="",cctr_code="",anal_code="",dept_code="",perc_alloc = "",descr="",sh_descr =""; String bud_group_code ="",acct_code="",cctr_code="",anal_code="",descr="",sh_descr ="";
try try
{ {
conn = connDriver.getConnectDB("DriverITM"); conn = connDriver.getConnectDB("DriverITM");
...@@ -438,7 +437,7 @@ public class BudgetGroup extends ValidatorEJB implements BudgetGroupLocal,Budget ...@@ -438,7 +437,7 @@ public class BudgetGroup extends ValidatorEJB implements BudgetGroupLocal,Budget
String childNodeName = null; String childNodeName = null;
GenericUtility genericUtility = GenericUtility.getInstance(); GenericUtility genericUtility = GenericUtility.getInstance();
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
String sql="";
int currentFormNo =0; int currentFormNo =0;
String columnValue="",chgTerm="",chgUser=""; String columnValue="",chgTerm="",chgUser="";
......
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