Commit 02277963 authored by vlagad's avatar vlagad

Java component for allowdedn_drop

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212579 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4cb9e4da
......@@ -3538,6 +3538,8 @@ public class PayrollSplitgenAccPrc extends ProcessEJB implements PayrollSplitgen
}
}
public boolean gbfJobTerminateRequested (Connection conn) throws ITMException, SQLException
{
try
{
System.out.println("Calling gbfJobTerminateRequested (Connection conn) of PayrollSplitgenAccPrc");
if(hrLogWriter.gfJobterminateRequested(hrLogWriter.getJobID(),conn))
......@@ -3550,6 +3552,13 @@ public class PayrollSplitgenAccPrc extends ProcessEJB implements PayrollSplitgen
return false;
}
}
catch(Exception e)
{
System.out.println("Exception in gbfJobTerminateRequested............");
return false;
}
}
public String gbfLoanInst(String empCode, String currPrd, String procType, Timestamp ldEffDate, Timestamp ldExpDate, String xtraParams, Connection conn, Connection logConn) throws ITMException
{
System.out.println("Calling gbfLoanInst(String empCode, String currPrd, String procType, String xtraParams, Connection conn, Connection logConn) of PayrollSplitgenAccPrc");
......
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