Commit 91d5fc8f authored by akhokar's avatar akhokar

EmployeeEJB.java

EmpPersonalInfo.java
Changes done to add comments where changes done by azhar


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199925 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d4205d4c
...@@ -101,12 +101,14 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca ...@@ -101,12 +101,14 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
String stateCode = ""; String stateCode = "";
String drivLicValidUpto = ""; String drivLicValidUpto = "";
String handicapCategory = ""; String handicapCategory = "";
//Modified by Azhar K. [To recalculate retirement age and date on change of birth date][Start]
String retAge = ""; String retAge = "";
String retDate = ""; String retDate = "";
Timestamp birthDateDT = null; Timestamp birthDateDT = null;
Timestamp retirementDate = null; Timestamp retirementDate = null;
Date dateOfBirth = null , retDateDT = null; Date dateOfBirth = null , retDateDT = null;
double retireAge = 0; double retireAge = 0;
//Modified by Azhar K. [To recalculate retirement age and date on change of birth date][End]
//Variable defined . End //Variable defined . End
//Modified by Rohini T on 11/March/2019[Req ID:A17DSUN006 ][START] //Modified by Rohini T on 11/March/2019[Req ID:A17DSUN006 ][START]
......
...@@ -2656,7 +2656,9 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -2656,7 +2656,9 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
String gratNominee="",seqNo="",pfNominee="",penNominee="",gratPerc="",pfPerc="",qlfCode="",penPerc="",bankCode=""; String gratNominee="",seqNo="",pfNominee="",penNominee="",gratPerc="",pfPerc="",qlfCode="",penPerc="",bankCode="";
String gs_runmode = "I",mName=""; String gs_runmode = "I",mName="";
String sql = "",editFlg="",loginSite=""; String sql = "",editFlg="",loginSite="";
//Modified by Azhar K. on 19/April/2019[To Trim Column name and value of employee name to process validation][Start]
String value = "", newColumn = ""; String value = "", newColumn = "";
//Modified by Azhar K. on 19/April/2019[To Trim Column name and value of employee name to process validation][End]
ResultSet rs = null; ResultSet rs = null;
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
......
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