Commit f4a2f73d authored by smestry's avatar smestry

W15FSUN008, Updated sql file for palletization.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99311 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7019ffc5
......@@ -376,3 +376,10 @@ INSERT INTO MESSAGES (MSG_NO, MSG_STR, MSG_DESCR, MSG_TYPE, MSG_OPT, CHG_DATE, C
update pophelp set sql_str = 'SELECT TRAN_ID,PALLET_NO FROM PALLET_HDR WHERE CONFIRMED = ''N'' AND SITE_CODE = ''?''' where mod_name = 'W_PALLETIZATIONCONFIRM';
----------------------------- Change on 01-12-2015 ----------------------------------------
CREATE INDEX STOCK_LOC_SITE ON STOCK ( LOC_CODE, SITE_CODE,INV_STAT ) ;
CREATE INDEX LOCATION_LOC_SITE ON LOCATION ( LOC_CODE, SITE_CODE,INV_STAT ) ;
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