Commit 0a6daa8f authored by sghate's avatar sghate

Shital: updated sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209579 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0793a35c
......@@ -127,6 +127,14 @@ update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'site_code', THUMB_
update POPHELP set THUMB_ALT_COL = 'Code', THUMB_IMAGE_COL= 'Description', THUMB_OBJ = 'EmpImages' where FIELD_NAME='HOL_TBLNO' and MOD_NAME = 'W_SITE_HOLTBL';
update POPHELP set AUTO_FILL_LEN = '3', AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where FIELD_NAME='HOL_TBLNO' and MOD_NAME = 'W_SITE_HOLTBL';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_site_holtbl';
delete FROM MESSAGES where MSG_NO='VMHOLTBL';
REM INSERTING into MESSAGES
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 ('VMHOLTBL','Empty/Invalid holiday table','Holiday table cannot be Empty/Data Already Existed for Entered Holiday Table','E','Y',null,null,null,to_date('10-04-10','DD-MM-RR'),'VISHAL ','VISHAL ',null,null);
---------------------------------------------------Added by Shital on 14/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