Commit 9e7ea3b0 authored by wansari's avatar wansari

W15GSUN002 added ALRDYSUBMT msg_no sql in messages table.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99203 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6d0df1c9
......@@ -36,6 +36,10 @@ values ('VTTNSVD','Transaction not saved','Error in saving transaction','E',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 ('VTTSORNTCF','Record not Confirm','select record is not confirmed','E','Y',null,null,null,null,'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 ('ALRDYSUBMT','Already submitted','Transaction Already Submiited','E','Y',null,null,null,SYSDATE,'BASE',
'BASE',null,null);
---------Insert this entry if it is not present in the database [END]-------------------------
---------Insert location code(var_value) as per your database--------------------------------------------
......
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