Commit 5e647e8d authored by arawankar's avatar arawankar

Added error message sql for porder date validation

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188527 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f926ef7
...@@ -46,3 +46,7 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -46,3 +46,7 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
values ('VTEXITEM','Invalid Unit for item','Unit can not be changed','E',null,null,null,null,sysdate,'base','base',null,null); values ('VTEXITEM','Invalid Unit for item','Unit can not be changed','E',null,null,null,null,sysdate,'base','base',null,null);
--porder--[Added by Anjali R. on [31/07/2018][To validate porder date]][Start]
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 ('VTDATEINVD','Invalid porder date','Please enter purchase order date,which is less than current date','E','Y',null,null,null,sysdate,'base','base',null,null);
--porder--[Added by Anjali R. on [31/07/2018][To validate porder date]][End]
\ 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