Commit 51b68ce8 authored by vvengurlekar's avatar vvengurlekar

payarr_to_proc.sql - pophelp, gencodes, genmst entries added for proc_type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192658 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6abc2cf2
......@@ -755,3 +755,24 @@ values ('VTPAYARR06','Not allowed','User does not have the rights.','E','Y',null
----------------------Ended By Varsha V on 27-08-18[Ends]------------------------------
----------------------Added By Varsha V on 02-11-18[Starts]----------------------------
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 ('PROC_TYPE','W_PAYARR_TO_PROC','select trim(fld_value) as proc_type,descr from gencodes where fld_name=''PROC_TYPE'' AND MOD_NAME = ''W_PAYARR_TO_PROC''','process type',null,0,0,to_date('11-08-01','DD-MM-RR'),'CNF ','97TARUN ','1',null,null,null,null,null,null,null,null,null,'2',null,'3','ProcImages','proc_type','descr','2 ',null,null,null,null,null,null,null);
insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_user,chg_term,active,udf_str1,udf_str2,udf_str3)
values ('PROC_TYPE','W_PAYARR_TO_PROC','PY','Payroll','Payroll',to_date('01-01-17','DD-MM-RR'),'SYSADM ','SYSADM ','Y',null,null,null);
insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_user,chg_term,active,udf_str1,udf_str2,udf_str3)
values ('PROC_TYPE','W_PAYARR_TO_PROC','AT','Attendance','Attendance',to_date('01-01-17','DD-MM-RR'),'SYSADM ','SYSADM ','Y',null,null,null);
insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_user,chg_term,active,udf_str1,udf_str2,udf_str3)
values ('PROC_TYPE','W_PAYARR_TO_PROC','AR','Arrears','Arrears',to_date('01-01-17','DD-MM-RR'),'SYSADM ','SYSADM ','Y',null,null,null);
insert into genmst (fld_name,mod_name,descr,error_cd,blank_opt,fld_type,fld_min,fld_max,val_type,chg_date,chg_user,chg_term,val_table,sql_input,fld_width,udf_usage_1,udf_usage_2,udf_usage_3,val_stage,obj_name,form_no) values ('PROC_TYPE','W_PAYARR_TO_PROC','Process type cannot be blank','VTPAYAR07 ','N','C','select (case when (length(trim(?)) > 0) then 1 else 0 end) from dual',null,'M',to_date('26-06-07','DD-MM-RR'),'SUN ','01HOMISVISHAL ',null,':0.proc_type',2,null,null,null,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 ('VTPAYAR07','Invalid Process Type','Process type cannot be blank.','E','Y',null,null,null,to_date('24-08-18','DD-MM-RR'),'BASE','BASE',null,null);
insert into system_events (obj_name,event_code,event_context,service_code,method_rule,overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name,comm_format) values ('payarr_to_proc','post_validate','1','post_gen_val',null,'0',to_date('02-08-08','DD-MM-RR'),'system ','system','2','JB','ibase.webitm.ejb.sys.GenValidate',null);
----------------------Ended By Varsha V on 02-11-18[Ends]----------------------------
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