Commit ed0829ee authored by jshinde's avatar jshinde

Request Id:[W16ASUN004] for considering one pallet either for pallet out or pallet consolidation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101405 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f2530ff2
......@@ -325,7 +325,9 @@ public class ConsolidatePalletIC extends ValidatorEJB implements ConsolidatePall
//Change by Jagruti Shinde Request Id:[W15JSUN008] for requirement change for Exempted/BSR location inv_stat[End]
System.out.println("Before fn_chk_rpz=["+palletNoC+"]");
sql = "SELECT FN_CHK_RPZ(TRIM(?),?) FROM DUAL ";
//Changed by Jagruti Shinde Request Id:[W16ASUN004] for considering one pallet either for pallet out or pallet consolidation
//sql = "SELECT FN_CHK_RPZ(TRIM(?),?) FROM DUAL ";
sql = "SELECT FN_CHK_PR(TRIM(?),?) FROM DUAL ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, palletNoC);
pstmt.setString(2, tranId);
......
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