Commit 13658c8e authored by ssurve's avatar ssurve

FI2KSUN003 Budget Account Generation Process Local


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93055 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3ebf8192
package ibase.webitm.ejb.fin;
import ibase.webitm.ejb.ActionHandlerLocal;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Local;
@Local // added for ejb3
public interface BudgetGrpAcctGenPrcLocal extends ActionHandlerLocal
{
public String actionHandler(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;
}
\ No newline at end of file
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