Commit acdaa5ae authored by sghate's avatar sghate

shital: updated SQL on 21 Aug 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205589 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bf90216c
...@@ -87,6 +87,21 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('site ...@@ -87,6 +87,21 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('site
--------------------------------------------------Added by Shital on 21/8/2019 Start------
delete from obj_actions where OBJ_NAME='site_env' and LINE_NO in (3,8,40);
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Site Code :</b> {site_descr} ({site_code}) , <b>Level Code :</b> {level_code} <br/>
<b>Par. Name :</b> {par_name} , <b>Par. Value :</b>{par_value} , <b>Effective Date :</b> {eff_date} , <b>Upto Date :</b> {upto_date}
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_site_env';
update transetup set site_acc_col = null where tran_window='w_site_env';
--------------------------------------------------Added by Shital on 21/8/2019 End------
......
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