Commit 009c3853 authored by msharma's avatar msharma

Remove QTY_DESP condition during retrive data


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93862 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1c0ccd03
......@@ -346,7 +346,8 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat
+"AND CASE WHEN SORDER.STATUS IS NULL THEN 'P' ELSE SORDER.STATUS end = 'P' "
+"AND CASE WHEN SORDDET.STATUS IS NULL THEN 'P' ELSE SORDDET.STATUS end <> 'C' "
+"AND CASE WHEN SORDALLOC.STATUS IS NULL THEN 'P' ELSE SORDALLOC.STATUS end = 'P' "
+"AND SORDITEM.QTY_ALLOC - SORDITEM.QTY_DESP > 0 "
//+"AND SORDITEM.QTY_ALLOC - SORDITEM.QTY_DESP > 0 "Commented by Manoj dtd 12/11/2013 to remove qty_desp condition
+"AND SORDITEM.QTY_ALLOC> 0 "
+"AND SORDITEM.LINE_TYPE = 'I'"
//Changed by sumit on 27/11/12 adding wave flag condition in case of both wave
+wavesql+
......
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