Commit c64f5e15 authored by sghate's avatar sghate

Shital: updated component on 31/10/2019

QualificationIC.java
SiteItDeclAprvr.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210797 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 220f2518
......@@ -9,7 +9,8 @@ import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import com.sybase.ejb.RemoteException;
//import com.sybase.ejb.RemoteException;
import java.rmi.RemoteException;
import ibase.utility.E12GenericUtility;
import ibase.webitm.ejb.ITMDBAccessEJB;
......@@ -48,7 +49,7 @@ public class QualificationIC extends ValidatorEJB implements QualificationLocal,
}
catch (Exception e)
{
System.out.println("Exception :GradeSiteLveTblIC :wfValData(String xmlString):" + e.getMessage() + ":");
System.out.println("Exception :QualificationIC :wfValData(String xmlString):" + e.getMessage() + ":");
errString = genericUtility.createErrorString(e);
e.printStackTrace();
throw new ITMException(e);
......
......@@ -8,7 +8,7 @@ import ibase.webitm.ejb.ValidatorEJB;
//modified by Shital on 02/08/2019 [Start]
//import ibase.webitm.ejb.sys_UTL.CreateXmlObject;
//modified by Shital on 02/08/2019 [End]
import ibase.webitm.utility.GenericUtility;
//import ibase.webitm.utility.GenericUtility;
import ibase.webitm.utility.ITMException;
//modified by Shital on 02/08/2019 [Start]
//import ibase.utility.*;
......@@ -848,7 +848,7 @@ public class SiteItDeclAprvr extends ValidatorEJB implements SiteItDeclAprvrRemo
//modified by Shital on 07/10/2019 [End]
if (empAprv.trim().length() > 0)
{
sql = "select (emp_fname ||' ' || emp_mname ||' ' || emp_lname) as emp_name from employee where emp_code= ? ";
sql = "select (emp_fname ||' ' || emp_mname ||' ' || emp_lname) as emp_name from employee where emp_code= ?";
pstm = connection.prepareStatement(sql);
pstm.setString( 1, empAprv );
rs = pstm.executeQuery();
......
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