Commit 856d8228 authored by ppatro's avatar ppatro

CCF reciving changes for SUN USA1


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96910 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0dc008eb
......@@ -50361,8 +50361,13 @@ INSERT INTO GENMST (
'U',
NULL);
INSERT INTO ddwms.MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTINVQTYIN', 'Invalid Quantity!', 'Quantity Inputs required in multiples of shipper size', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
INSERT INTO ddwms.MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTINVPRTIN', 'Invalid Part Quantity!', 'Partial quantity should not be more then shipper size', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
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