Commit 1bbce116 authored by cpatil's avatar cpatil

message sql for stock transfer


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98143 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af898b2e
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 ('VTWORDNO1','Invalid Work order issue no.','Invalid work order issue no.','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
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 ('VTWORDNO2','Work order issue no. is blank!','Work order issue no. can not be left blank.','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
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 ('VTCAMPNO3','Enter Campaign or WO issue no','Campaign no and Work order issue no. both can not be entered','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
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