Commit 7fb9a1a2 authored by msharma's avatar msharma

Stock Transfer Confirmation source merged , Chnaged by Rohan on 09-08-13 for...

Stock Transfer Confirmation source merged , Chnaged by Rohan on 09-08-13 for add join of inv hold det and inv hold rel
trace


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93469 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bbcc9782
......@@ -437,6 +437,10 @@ public class StockTransferConf extends ActionHandlerEJB implements StockTransfer
+ " WHERE H.TRAN_ID = D.TRAN_ID "
//Changed By Rohan on 18-07-13 for getting lock_code
+ " AND T.REF_NO = D.TRAN_ID "
//Chnaged by Rohan on 09-08-13 for add join of inv hold det and inv hold rel trace.start
+" AND D.ITEM_CODE = T.ITEM_CODE AND D.SITE_CODE = T.SITE_CODE "
+" AND D.LOC_CODE = T.LOC_CODE AND D.LOT_NO = T.LOT_NO AND D.LOT_SL = T.LOT_SL "
//Chnaged by Rohan on 09-08-13 for add join of inv hold det and inv hold rel trace.end
+ " AND ((D.ITEM_CODE = ? ) OR (D.ITEM_CODE IS NULL OR LENGTH(TRIM(D.ITEM_CODE)) = 0 ) ) "
+ " AND ((D.SITE_CODE = ? ) OR (D.SITE_CODE IS NULL OR LENGTH(TRIM(D.SITE_CODE)) = 0 ) ) "
+ " AND ((D.LOC_CODE = ? ) OR (D.LOC_CODE IS NULL OR LENGTH(TRIM(D.LOC_CODE)) = 0 ) ) "
......
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