Commit 704bd17b authored by caluka's avatar caluka

sql Sending Email if we click cancel button of Travel Information in StarClub...

sql Sending Email if we click cancel button of Travel Information in  StarClub Employee details.[W14BSUN003]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95074 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3ceee0f0
......@@ -69,5 +69,11 @@ VALUES ('VTNOTCONF3', 'Invalid Confirm!', 'Employee Travel information is alrea
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTNOTSUB', 'Invalid Submit!', 'Employee Travel information is already cancelled', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
-- START added by chandrashekar for sending email if cancel Star Club Employee Travel Information 19/05/2014 [W14BSUN003]
UPDATE system_events SET comm_format='CANTRAN' WHERE obj_name='emp_travel_info' and event_code='act_cancel';
Insert into mail_format (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJECT,BODY_TEXT,BODY_COMP,PRIORITY,DELIVERY_REPORT,RETURN_RECEIPT,MAIL_APPLICATION,MAIL_SERVER,MAIL_BOX,MAIL_ID,ATTACH_TYPE,ATTACH_TEXT,WINNAME,WIN_NAME,MAIL_GENERATION,MAIL_DESCR,FN_NAME,COND_METHOD) values ('CANTRAN ','T','[(E)EMP_CODE]','[(E)TRAVEL_CODE]','chandrashekar.aluka@baseinformation.com','Employee Travel Information Cancelled ','Dear Sir/Madam, Following are Details of Cancelled Travel Information Status Change.',1,1,1,1,'M','192.168.0.136','192.168.0.136','employee@baseinfo.com',null,null,null,'w_emp_travel_info','I',null,null,null);
-- END added by chandrashekar for sending email if cancel Star Club Employee Travel Information 19/05/2014 [W14BSUN003]
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