Commit 77124877 authored by vvengurlekar's avatar vvengurlekar

office-sql.sql - pophelp updated for affecting event


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205735 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 314b5698
......@@ -215,11 +215,13 @@ union all select ''Please enter minimum 3 characters of employee name '' as Nam
emp_fname, '' '' as emp_lname from dual where ''?'' is null or length(trim(''?'')) < 3',
sql_input='0:emp_code,0:emp_code,0:emp_code,0:emp_code',multi_opt = null, thumb_obj='EmpImages', thumb_image_col= 'emp_code', thumb_alt_col='emp_fname' where mod_name = 'W_EMPTRANPROM' and field_name = 'EMP_CODE';
update pophelp set sql_str='select ''Enter minimum three characters of station name'' as descr, '' '' as STAN_CODE,'' '' as state_code from dual where ''?''
delete from pophelp where mod_name = 'W_EMPTRANPROM' and field_name = 'STAN_CODE';
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('STAN_CODE','W_EMPTRANPROM','select ''Enter minimum three characters of station name'' as descr, '' '' as STAN_CODE,'' '' as state_code from dual where ''?''
is null or length(trim(''?'')) < 3 union all SELECT DESCR,STAN_CODE,state_code FROM STATION WHERE (upper(DESCR) LIKE UPPER(''%?%'') or
stan_code like ''%?%'') and length(trim(''?'')) >= 3 ' , sql_input=':stan_code,:stan_code,:stan_code,:stan_code,:stan_code', multi_opt = null,
help_option = 2, auto_fill_len = 3, thumb_obj = 'StationImages', thumb_image_col= 'stan_code', thumb_alt_col='descr', auto_min_length=3
where mod_name = 'W_EMPTRANPROM' and field_name = 'STAN_CODE';
stan_code like ''%?%'') and length(trim(''?'')) >= 3 ',null,'Station Master',0,0,to_date('17-MAY-18','DD-MON-RR'),'VAIBHAVK ','anitvaibhavk ','0',null,':stan_code,:stan_code,:stan_code,:stan_code,:stan_code',2,null,null,null,null,null,null,'2',null,'3','StationImages','stan_code','descr','3 ',null,null,null,null,null,null,null);
------------------------------ Added by Varsha V on 19-AUG-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