Commit fd4a450c 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@205774 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4208876e
......@@ -213,7 +213,7 @@ where a.relieve_date is null and UPPER(trim(a.emp_fname)||'' ''||trim(a.emp_mna
like UPPER(TRIM(''%?%'')) and length(trim(''?'')) >= 3
union all select ''Please enter minimum 3 characters of employee name '' as Name, '' '' as Code , '' '' as
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';
sql_input='0:emp_code,0:emp_code,0:emp_code,0:emp_code', default_col = 2, 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';
delete from pophelp where mod_name = 'W_EMPTRANPROM' and field_name = 'STAN_CODE';
......
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