Commit 6fec0b7f authored by dsawant's avatar dsawant

create fincommon global obj


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@32769 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f5eb6ec5
......@@ -26,6 +26,8 @@ import ibase.webitm.ejb.fin.FinCommon;
public class InvAcct
{
FinCommon finCommon = new FinCommon();
GenericUtility genericUtility = GenericUtility.getInstance();
ValidatorEJB validator = new ValidatorEJB();
public String acctPoRcpt(String tranId, Connection conn)throws ITMException
{
......
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