Commit ae2b9902 authored by ssalve's avatar ssalve

Sarita : Updated sql on 21/8/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205622 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62ef89b6
...@@ -71,3 +71,15 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -71,3 +71,15 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
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 ('VMDSCD ','Desig Code cannot be blank','Designation Code cannot be blank','E','Y',null,null,null,to_date('27-APR-06','DD-MON-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 ('VMDSCD ','Desig Code cannot be blank','Designation Code cannot be blank','E','Y',null,null,null,to_date('27-APR-06','DD-MON-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 ('VMLDESIGN ','Empty Long Description!','Long description can not be null or empty,please enter long description','E','Y',null,null,null,to_date('17-AUG-15','DD-MON-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 ('VMLDESIGN ','Empty Long Description!','Long description can not be null or empty,please enter long description','E','Y',null,null,null,to_date('17-AUG-15','DD-MON-RR'),'BASE ','BASE ',null,null);
----------------------------------------------- SARITA[21/8/19] ------------------ [START] ----------------
delete from obj_actions where obj_name='designation' and line_no in (3,8,40);
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='designation' and LINE_NO=21;
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Designation :</b> {long_designation} ({design_code})
</span>
<span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_designation';
----------------------------------------------- SARITA[21/8/19] ------------------ [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