Commit 3a58a26c 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@99574 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0533c50d
...@@ -413,7 +413,9 @@ alter table pallet_det add qc_sample_type char(1); -- -- 1 - On-line, 2 - Off-l ...@@ -413,7 +413,9 @@ alter table pallet_det add qc_sample_type char(1); -- -- 1 - On-line, 2 - Off-l
INSERT INTO MESSAGES (MSG_NO, MSG_STR, MSG_DESCR, MSG_TYPE, CHG_DATE, CHG_USER, CHG_TERM) VALUES ('VTINVQST', 'Invalid QC Sample Type', 'Scanned item doesnot belong to same QC sample type', 'E', sysdate, 'BASE', 'BASE'); INSERT INTO MESSAGES (MSG_NO, MSG_STR, MSG_DESCR, MSG_TYPE, CHG_DATE, CHG_USER, CHG_TERM) VALUES ('VTINVQST', 'Invalid QC Sample Type', 'Scanned item doesnot belong to same QC sample type', 'E', sysdate, 'BASE', 'BASE');
----------------------------- Change on 04-01-2016 ----------------------------------------
update obj_forms set assisted_mode = 'E' where win_name = 'w_palletization' and form_no = 1;
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