Commit caa3b2a6 authored by vvengurlekar's avatar vvengurlekar

Office_sql.txt - added system_events update statement in sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189392 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 26e0f177
...@@ -23,4 +23,11 @@ BEGIN ...@@ -23,4 +23,11 @@ BEGIN
EXCEPTION EXCEPTION
WHEN NO_DATA_FOUND THEN WHEN NO_DATA_FOUND THEN
RETURN 'Data not found' ; RETURN 'Data not found' ;
END; END;
\ No newline at end of file
---------added by Varsha V on 17-08-18 for updating system_events against invoice-----------------------
update system_events set service_code='prcm_default_ejb', comp_name='PostOrdInvoicePost', comp_type = 'EJB' where obj_name='invoice' and event_code = 'pre_confirm';
---------ended by Varsha V on 17-08-18 for updating system_events against invoice-----------------------
\ No newline at end of file
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