Commit f360b964 authored by jshaikh's avatar jshaikh

Added queries for updating WSR to JB for calling IT declaration's java component

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201973 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0527f3f3
...@@ -102,6 +102,11 @@ null,null,null,null,null,null,null,null,null,'2',null,'3',null,null,null,'2',nul ...@@ -102,6 +102,11 @@ null,null,null,null,null,null,null,null,null,'2',null,'3',null,null,null,'2',nul
------------------------- Added by Jaffar on 10th June 2019 [END] --------------------------------------- ------------------------- Added by Jaffar on 10th June 2019 [END] ---------------------------------------
------------------------- Added by Jaffar on 13th June 2019 [Start] ---------------------------------------
update system_events set service_code = 'poic_default_ejb',comp_type = 'JB', comp_name = 'ibase.webitm.ejb.adm.EmpITDeclarationIC'
where obj_name = 'emp_it_declaration' and event_code = 'post_item_change';
update system_events set service_code = 'prv_default_ejb',comp_type = 'JB', comp_name = 'ibase.webitm.ejb.adm.EmpITDeclarationIC'
where obj_name = 'emp_it_declaration' and event_code = 'pre_validate';
------------------------- Added by Jaffar on 13th June 2019 [End] ---------------------------------------
\ 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