Commit 52c9bc29 authored by rbhogale's avatar rbhogale

Chnaged by Rohan on 27-06-13 for parcel pick deallocation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93268 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3460be82
......@@ -288,7 +288,9 @@ public class DeallocArtPrc extends ProcessEJB implements WaveGenerationPrcLocal,
" AND DESPATCH.WAVE_ID = WAVE_TASK.WAVE_ID " +
" AND DESPATCH.SORD_NO = WTD.SALE_ORDER " +
" AND DESPATCH.CONFIRMED <> 'Y' AND WAVE_TASK.CANCEL <> 'Y' " +
" AND CM.STATUS <> 'R' AND CM.CARTON_TYPE = 'C' "+
//Changed By Rohan on 21-06-13 [] for Adding Parcel carton type C
//" AND CM.STATUS <> 'R' AND CM.CARTON_TYPE = 'C' "+
" AND CM.STATUS <> 'R' AND CM.CARTON_TYPE IN('C','P') "+
/////////////////////////////////////
" UNION ALL "+
" SELECT DISTINCT CM.CARTON_NO, POD.SALE_ORDER, POD.LINE_NO__SORD, POD.PICK_ORDER, POD.LINE_NO, " +
......
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