Commit 8ba7406b authored by sghate's avatar sghate

Shital: updated sql on 10-10-2019

w_qual.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209177 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 37e98fa3
...@@ -153,4 +153,17 @@ SET DEFINE OFF; ...@@ -153,4 +153,17 @@ SET DEFINE OFF;
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 ('VMTYPE1 ','Invalid Type!','Type does not present in GENCODE Table.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',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 ('VMTYPE1 ','Invalid Type!','Type does not present in GENCODE Table.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
--------------------------------------------Added by shital on 23/09/2019 End------------- --------------------------------------------Added by shital on 23/09/2019 End-------------
--------------------------------------------Added by shital on 10/10/2019 Start-------------
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'qlf_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_qual';
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'qlf_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_qual';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'qlf_code', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_QUAL';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_QUAL';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_qual';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Qualification :<b> {qlf_code} </b>, Description :<b> {descr} </b>, Type :<b> {type}</b>,Short Description : <b> {sh_descr}</b>
</span>
</html>' where win_name='w_qual';
--------------------------------------------Added by shital on 10/10/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