Commit 2fa5cdd9 authored by jshaikh's avatar jshaikh

Added update queries for changing component from WSR to JB

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202049 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0fedd738
......@@ -112,6 +112,14 @@ where obj_name = 'emp_it_declaration' and event_code = 'pre_validate';
------------------------- Added by Jaffar on 13th June 2019 [End] ---------------------------------------
------------------------- Added by Jaffar on 14th June 2019 [Start] ---------------------------------------
update system_events set service_code = 'poic_default_ejb', comp_type = 'JB',
comp_name = 'ibase.webitm.ejb.adm.EmployeeAdIC' where obj_name = 'emp_ad';
update system_events set service_code = 'prv_default_ejb', comp_type = 'JB',
comp_name = 'ibase.webitm.ejb.adm.EmployeeAdIC' where obj_name = 'emp_ad';
SET DEFINE OFF;
CREATE SEQUENCE EMPAD_TRANID MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE ;
......
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