Commit 609e0216 authored by wansari's avatar wansari

W16IBAS007 added sql for expected consumption date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105291 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6d4fe44b
......@@ -62,3 +62,7 @@ insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
values ('VTINDDATE','Indent Date can''t be blank!','Indent Date can not be blank, Please enter Indent d=Date','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
-----Changed by wasim on 07-APR-17 for indent issues from QC-----------
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VTCONSDATE','Invalid Exp Cons Date!','Expected consumption date should be equal to or greater than required date','E','Y',SYSDATE,'BASE','BASE');
-----Changed by wasim on 07-APR-17 for indent issues from QC-----------
\ 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