Commit 9ae9a00a authored by nkhan's avatar nkhan

Added by Nasruddin khan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@40842 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0e1a7ba8
......@@ -105,7 +105,7 @@ insert into messages(msg_no, msg_str, msg_descr, msg_type, msg_opt,
values (
'VMEFVUTDAT',
'RECORD ALREADY EXIST!',
'Record already exist. Please Enter Valid Effective Date, Valid Upto Date. ',
'Record already exist. Please enter Effective date and valid up to date should be greater then or less then existing detail',
'E',
'Y',
sysdate,
......@@ -186,5 +186,15 @@ values ('INVLDT01',
'BASE',
'BASE');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,CHG_DATE,CHG_USER,CHG_TERM)
values ('VTFIXAMTPR',
'INVALID FIXED AMT!',
'Fixed Amount should be greater then Zero !',
'E',
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