Commit 75a0917d authored by sanashaikh's avatar sanashaikh

Sana S: added on 05/12/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213173 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 65fffd7d
--04/12/19
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) values ('VMHOLF1','Holiday Does not exist','Holiday does not exit for the employee for the particular day','E',sysdate,'Base','Base');
update system_events set service_code='prcm_default_ejb',comp_type='JB' , comp_name='ibase.webitm.ejb.adm.adv.HolChangePreCanc' where obj_name='hol_change' and event_code='pre_cancel';
update system_events set service_code='export_excel' where event_code='export_excel' and obj_name='hol_change';
update system_events set service_code='poic_default_ejb',comp_type='JB' ,comp_name='ibase.webitm.ejb.adm.HolChangeIC' where event_code='post_item_change' and obj_name='hol_change';
update system_events set service_code='prv_default_ejb',comp_type='JB' ,comp_name='ibase.webitm.ejb.adm.HolChangeIC' where obj_name='hol_change' and event_code='pre_validate';
update system_events set comp_type='JB' , comp_name='ibase.webitm.ejb.sys.GenValidate' where obj_name='hol_change' and event_code='post_validate';
update system_events set comp_type='JB' , comp_name='ibase.webitm.ejb.adm.adv.HolChangeConf' where obj_name='hol_change' and event_code='pre_confirm';
update system_events set comp_type='JB' , comp_name='ibase.webitm.ejb.adm.adv.HolChangeCanc' where obj_name='hol_change' and event_code='act_cancel';
update obj_actions set image='ibase/resource/objaction/add.svg',display_mode=2 where line_no =1 and obj_name='hol_change';
update obj_actions set image='ibase/resource/objaction/edit.svg',display_mode=2,show_confirm=null where line_no =2 and obj_name='hol_change';
update obj_actions set image='ibase/resource/objaction/confirm.svg' ,show_confirm=null,display_mode=2 where line_no =5 and obj_name='hol_change';
update obj_actions set image='ibase/resource/objaction/cancel.svg',display_mode=2,show_confirm=null where line_no in=6 and obj_name='hol_change';
update obj_actions set image='ibase/resource/objaction/exprtExl.svg',display_mode=1,service_code='export_excel' where line_no in=22 and obj_name='hol_change';
update obj_actions set image='ibase/resource/objaction/Audit-trail.svg',display_mode=1 where line_no =21 and obj_name='hol_change';
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