applicationPack=checkNull(rs.getString("APPLICATION_PACK")).trim();//Added by Rahul to add application_pack value in user_registration[12-APR-24]
applicationPack=checkNull(rs.getString("APPLICATION_PACK")).trim();//Added by Rahul to add application_pack value in user_registration[12-APR-24]
countCode=checkNull(rs.getString("COUNT_CODE")).trim();//Added by ManishK to get countryCode value in user_registration[17-APR-24]
}
}
pstmt.close();
pstmt.close();
...
@@ -727,6 +739,12 @@ public class UserInvitationDAO
...
@@ -727,6 +739,12 @@ public class UserInvitationDAO
pstmt=null;
pstmt=null;
rs=null;
rs=null;
//Added by ManishK to get countryCode value in user_registration[17-APR-24][START]
BaseLogger.log("3",null,null,"values from user_registration are 1)stateCode::["+stateCode+"] 2)city::["+city+"] 3)countCode::["+countCode+"] 4)pinCode::["+pin+"]");
BaseLogger.log("3",null,null,"values from user_registration are 1)addr1::["+addr1+"] 2)addr2::["+addr2+"] 3)addr3::["+addr3+"]");
BaseLogger.log("3",null,null,"values from user_registration are 1)tele1::["+tele1+"] 2)tele2::["+tele2+"] 3)tele3::["+tele3+"]");
//Added by ManishK to get countryCode value in user_registration[17-APR-24][END]
// Added by Rahul P. on 12-Mar-24 [To set HQ value to City] :: START
// Added by Rahul P. on 12-Mar-24 [To set HQ value to City] :: START