Commit 8c34a2cb authored by ssarkar's avatar ssarkar

update by sumit on 28/02/13 for issue tracker point 99 (STOCK DEALLOCATION) . pophelp update


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92789 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f7322dc1
......@@ -31398,6 +31398,16 @@ INSERT INTO MESSAGES (
NULL,
NULL);
--Changed by sumit on 01-mar-13 updated pophelp sql
UPDATE POPHELP SET SQL_STR = 'SELECT DISTINCT WTD.PTCN AS PTCN , WTD.WAVE_ID AS WAVE_ID FROM WAVE_TASK WT, WAVE_TASK_DET WTD, DESPATCH D WHERE WT.CANCEL <> ''Y'' AND FN_IS_CASE_PRESENT(WTD.WAVE_ID) = 1 AND WT.CANCEL <> ''Y'' AND WTD.REF_ID = D.DESP_ID AND D.CONFIRMED <> ''Y'' ORDER BY WAVE_ID '
WHERE FIELD_NAME = 'PTCN' AND MOD_NAME = 'W_DEALLOC_ART';
UPDATE POPHELP SET SQL_STR = 'SELECT DISTINCT WTD.PTCN AS PTCN , WTD.WAVE_ID AS WAVE_ID FROM WAVE_TASK WT, WAVE_TASK_DET WTD, DESPATCH D WHERE WT.CANCEL <> ''Y'' AND FN_IS_CASE_PRESENT(WTD.WAVE_ID) = 1 AND WT.CANCEL <> ''Y'' AND WTD.REF_ID = D.DESP_ID AND D.CONFIRMED <> ''Y'' ORDER BY WAVE_ID '
WHERE FIELD_NAME = 'PTCN' AND MOD_NAME = 'W_DEALLOC_ART_PROC';
UPDATE POPHELP SET SQL_STR = 'SELECT CM.CARTON_NO, CM.PTCN, POD.ITEM_CODE, CM.PALLET_NO FROM CARTON_MASTER CM, PICK_ORD_DET POD WHERE CM.PTCN = ''?'' AND CM.PICK_ORDER = POD.PICK_ORDER AND CM.CARTON_NO <> ''R'' AND CM.CARTON_TYPE = ''C'' ORDER BY CM.CARTON_NO'
WHERE FIELD_NAME = 'CARTON_NO' AND MOD_NAME = 'W_DEALLOC_ART';
commit;
......
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