Commit dc8a3d32 authored by vvengurlekar's avatar vvengurlekar

F18GPIT005.sql - system entries added to execute cheque no change on jboss


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193050 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fba60bfc
......@@ -117,3 +117,11 @@ end;
/
---------------------Functions Ended by Varsha V [30-10-18] [START]------------------------------
---------------System_entries for Checque no change to run in JBOSS added by Varsha V on 17-11-18[Start]--------------
update system_events set service_code = 'prv_default_ejb', comp_type = 'EJB', comp_name = 'ChqNoChgIC' where obj_name = 'chqcanc' and event_code = 'pre_validate';
update system_events set service_code = 'poic_default_ejb', comp_type = 'EJB', comp_name = 'ChqNoChgIC' where obj_name = 'chqcanc' and event_code = 'post_item_change';
---------------System_entries for Checque no change to run in JBOSS added by Varsha V on 17-11-18[End]--------------
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