Commit 1173701b authored by pborate's avatar pborate

Updated changes in ibasewidgets for obj type 'A'

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206329 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82b9e762
......@@ -63,9 +63,7 @@ public class SprsCustInfo extends ValidatorEJB
.append("FROM STRG_CUSTOMER SC, ")
.append("STRG_SERIES SS " )
.append("WHERE SS.SC_CODE=SC.SC_CODE " )
.append("AND SS.SALES_PERS= '"+empCode+"' " );
//Commented by Prajyot Rumde on 28AUG2019 [To get customer code irrespective of STRG_STATUS_HIST] Start
/*
.append("AND SS.SALES_PERS= '"+empCode+"' " )
.append("AND SS.SC_CODE IN " )
.append("(SELECT SC_CODE " )
.append("FROM STRG_STATUS_HIST " )
......@@ -73,8 +71,7 @@ public class SprsCustInfo extends ValidatorEJB
.append("AND SALES_PERS=SS.SALES_PERS " )
.append("AND SC_CODE=SC.SC_CODE AND SYSDATE BETWEEN EFF_DATE AND VALID_UPTO) " )
.append("AND SS.STATUS='Y'");
*/
//Commented by Prajyot Rumde on 28AUG2019 [To get customer code irrespective of STRG_STATUS_HIST] End
System.out.println("SQL QUERY EXECUTED ::::::::::::::::: " + sqlCurrYear );
pStmt = conn.prepareStatement( sqlCurrYear.toString() );
......
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