Commit 587be332 authored by sanashaikh's avatar sanashaikh

Sana S:modified on 22/08/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206263 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6441e55d
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) values ('VMEMP1','Empty EMP Code','Please Eneter EMP Code. it can not be empty.','E',sysdate,'Base','Base');
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');
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) values ('VMEMPCD1','EMP Code not exist','EMP Code Does not exist Please eneter valid Emp Code.','E',sysdate,'Base','Base');
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) values ('VMHOL1','Holiday not Approved','Holiday not Approved.','E',sysdate,'Base','Base');
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) values ('VTHOLCHG','Holiday Type','Holiday not present.','E',sysdate,'Base','Base');
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) values ('VTHOLNOT','Invalid Holiday Date','Invalid Holiday Date Please eneter valid holiday date','E',sysdate,'Base','Base');
update system_events set service_code='prv_default_ejb' where obj_name='hol_change' and event_code='pre_validate';
update system_events set comp_name='ibase.webitm.ejb.adm.adv.HolChangePreCanc' where event_code='pre_cancel' and obj_name='hol_change';
update system_events set comp_type='JB' and comp_name='ibase.webitm.ejb.adm.HolChangeIC' where obj_name='hol_change' and service_code='poic_default_ejb';
update system_events set comp_type='JB' and comp_name='ibase.webitm.ejb.adm.HolChangeIC' where obj_name='hol_change' and service_code='prv_default_ejb';
update system_events set comp_type='JB' and comp_name='ibase.webitm.ejb.adm.adv.HolChangePreCanc' where obj_name='hol_change' and service_code='prcm_default_1';
update obj_forms set disp_metadata='<html>
<b style="white-space: normal !important; word-break: break-word;
">{emp_fname} <span class = "optional">{emp_lname}</span></b>
<br>Date For : {hol_date_for}, Date To : {hol_date_to}
<span class = "optional" style="margin-left: 1%;"> Holiday Type : {hol_type}</span>
</html>' where win_name='w_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