Commit 4fe18241 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 06/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214592 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a66232b6
......@@ -275,7 +275,6 @@ public class EmpLvePrkBalTrfIC extends ValidatorEJB implements EmpLvePrkBalTrfIC
valueXmlString.append( "<site_code__fr protect=\"1\"><![CDATA[").append( loginSiteCode ).append("]]></site_code__fr>\r\n" );*/
valueXmlString.append( "<tran_date protect=\"1\"><![CDATA[").append( tranDate ).append("]]></tran_date>\r\n" );
valueXmlString.append( "<site_code__fr protect=\"1\"><![CDATA[").append( siteCodeFr ).append("]]></site_code__fr>\r\n" );
//Modified by Anjali R. on[11/09/2018][set dom values][end]
valueXmlString.append( "<status protect=\"1\"><![CDATA[").append( status ).append("]]></status>\r\n" );
......@@ -556,14 +555,9 @@ public class EmpLvePrkBalTrfIC extends ValidatorEJB implements EmpLvePrkBalTrfIC
}*/
//Modified by Anjali R. on[07/09/2018][End]
valueXmlString.append("<emp_code__to><![CDATA[").append( empCodeTo ).append("]]></emp_code__to>\r\n");
//Modified by Sana S for disable edit field on 18/11/19 [start]
/*valueXmlString.append("<site_code__to ><![CDATA[").append( empSiteTo ).append("]]></site_code__to>\r\n");
valueXmlString.append("<site_code__to><![CDATA[").append( empSiteTo ).append("]]></site_code__to>\r\n");
valueXmlString.append("<site_descr__to><![CDATA[").append( siteDescrTo ).append("]]></site_descr__to>\r\n");
*/
valueXmlString.append("<site_code__to protect=\"1\"><![CDATA[").append( empSiteTo ).append("]]></site_code__to>\r\n");
valueXmlString.append("<site_descr__to protect=\"1\"><![CDATA[").append( siteDescrTo ).append("]]></site_descr__to>\r\n");
//Modified by Sana S for disable edit field on 18/11/19 [end]
//Modified by Anjali R. on[07/09/2018][Start]
/*sql = "SELECT FN_GET_EMP_NAME( ? ,'X')AS EMP_NAME__TO FROM DUAL";
pstmt = conn.prepareStatement( sql );
......
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