Commit 50f92c0e authored by arawankar's avatar arawankar

Messages.sql

-ADDED MESSAGES TABLE ENTRY


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191244 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab8bf690
SET DEFINE OFF;
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 ('VTWOIN01','Stock not available','Please check Stock,currently stock not available','E','Y',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