Commit 1ebeb032 authored by ssalve's avatar ssalve

Sarita : Done changes for emp_code__qcaprv validation on 04 SEP 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190322 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f9c8f3b
......@@ -2368,6 +2368,8 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder
}
else
{
//Done changes by sarita as [errCode setting 'TRUE' in isExist method if employee exists and below(VERREMPL) error is getting] on 04 SEP 2018
errCode = "";
sql = " select resi_date, with_held from employee where emp_code = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, empCodeQcaprv);
......
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