Commit 6a4b8ec0 authored by sghate's avatar sghate

updated sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207132 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 36ee325a
...@@ -81,10 +81,10 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v ...@@ -81,10 +81,10 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v
update obj_forms set disp_metadata= update obj_forms set disp_metadata=
'<html> '<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Ad Code :</b> {description} ({ad_code}) , <b>Seq No :</b> ({seq_no}) <span style="white-space: normal !important; word-break: break-word; ">Ad Code :<b>{description} ({ad_code})</b> , Seq No : <b>({seq_no})</b>
</span> <br/> Proof Detail Required : :<b> {proof_required}</b> , On Confirmation : :<b>({decl_upd_flag})</b>
<br> <span style="float:right;"> <b> {chg_date} </b></span> </span>
</html>' where win_name='w_itdecl_fmt'; </html>' where win_name='w_itdecl_fmt';
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 ('VMINVSEQ ','Empty Sequence No !','Sequence Number can not be empty .','E','Y',null,null,null,to_date('21-08-15','DD-MM-RR'),'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 ('VMINVSEQ ','Empty Sequence No !','Sequence Number can not be empty .','E','Y',null,null,null,to_date('21-08-15','DD-MM-RR'),'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 ('VMDUPSEQ ','Invalid Sequence No !','Sequence number already present , Can not enter duplicate sequence number ','E','Y',null,null,null,to_date('21-08-15','DD-MM-RR'),'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 ('VMDUPSEQ ','Invalid Sequence No !','Sequence number already present , Can not enter duplicate sequence number ','E','Y',null,null,null,to_date('21-08-15','DD-MM-RR'),'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