Commit 133e34ea authored by sghate's avatar sghate

shital: updated SQL on 20/8/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205492 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eecbf08f
...@@ -75,7 +75,14 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -75,7 +75,14 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
------------------------------Added by Shital on 20/08/2019 Start----------- ------------------------------Added by Shital on 20/08/2019 Start-----------
delete from system_events where obj_name='cadre' and event_code='post_item_change'; delete from system_events where obj_name='cadre' and event_code='post_item_change';
delete from obj_actions where obj_name='cadre' and line_no in (3,5,8,40); delete from obj_actions where obj_name='cadre' and line_no in (3,5,8,40);
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 ('VTCAN81 ','Invalid cadre code!','Please enter the correct cadre code','E','Y',null,null,null,to_date('31-01-16','DD-MM-RR'),'VAIBHAV ','VAIBHAV ',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 ('VTCAN81','Invalid cadre code!','Please enter the correct cadre code','E','Y',null,null,null,to_date('31-01-16','DD-MM-RR'),'VAIBHAV ','VAIBHAV ',null,null);
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Cadre : {cadre_code}, Description : {descr}
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_cadre';
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='cadre' and LINE_NO=21;
------------------------------Added by Shital on 20/08/2019 End----------- ------------------------------Added by Shital on 20/08/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