Commit a5986eab authored by arawankar's avatar arawankar

Added validation message for advance amount

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181662 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9dfb7bdb
SET DEFINE OFF;
--Added by Anjali R. on[08/03/2018][Advance amount validation]
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VTRCPADV2','Invalid Advance Amount','Invalid Advance Amount. Please check advance amount is greater than 0','E',null,null,null,null,sysdate,'base','base',null,null);
COMMIT;
\ No newline at end of file
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