Commit 4c3fa3ae authored by smane's avatar smane

Update DI3LSUN004.sql file for adding one sql of message validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94541 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4e2cc615
......@@ -109,3 +109,6 @@ VALUES ('VMVLDTODTE', 'Empty Valid Upto Date','Please Enter Valid Upto Date !',
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMVLDFRMTO', 'Invalid Date','Valid Upto Date can not be less than Effective From Date !', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMVLDFRTYP', 'Invalid Load Type !','Entered Load Type not defined for the respective Frt. Charges Table in Freight Charges Table Master !', '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