Commit d2b7df3a authored by cpatil's avatar cpatil

add sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103616 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae8e33d1
...@@ -11,3 +11,9 @@ values ('VMGPDATEIN','Invalid Removal Date.','Removal date and time. should not ...@@ -11,3 +11,9 @@ values ('VMGPDATEIN','Invalid Removal Date.','Removal date and time. should not
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) 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 ('VTDESIDINV','Duplicate Despatch Id','Despatch id already exist.','E','Y',null,null,null,SYSDATE,'BASE','BASE',null,null); values ('VTDESIDINV','Duplicate Despatch Id','Despatch id already exist.','E','Y',null,null,null,SYSDATE,'BASE','BASE',null,null);
----- 07/10/16
update messages set msg_descr = 'Realized Quantity Not Match with Despatched Quantity.' where msg_no = 'VTIRQ';
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 ('VMTRMODENU','Trans. Mode Null','Trans. Mode should not be null','E',null,null,null,null,sysdate,'M','m',null,null);
\ 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