Commit 64fd7e17 authored by smane's avatar smane

update DI3LSUN001.sql file for adding one validation message


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94603 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7262cdc7
......@@ -66,3 +66,6 @@ VALUES ('VMNULTRTYP', 'Empty Transit Type !','Transit Type should not be Empty !
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMVLDCHGCD', 'Invalid Inc. Charges Code','Entered Incidental Charges Code does not found in Gencodes Master !', '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 ('VMNGTVCHGS', 'Invalid Charges !','Charges cannot be negative !', '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