Commit e21db4bd authored by pgole's avatar pgole

Updated SQL


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104213 ce508802-f39f-4f6c-b175-0d175dae99d5
parent daafaa00
alter table customeritem add repl_month VARCHAR2(3); alter table customeritem add repl_month VARCHAR2(3);
alter table customer_series add repl_month VARCHAR2(3); alter table customer_series add repl_month VARCHAR2(3);
alter table customer add repl_month VARCHAR2(3); alter table customer add repl_month VARCHAR2(3);
---------------Java to pb---------------------------
update system_events set service_code = 'prv_default_nvo_brow_all' ,comp_name = 'nvo_bo_cust_stock' ,comp_type = 'WSR' where obj_name = 'cust_stock' and event_code= 'pre_validate';
update system_events set service_code = 'poic_default_nvo_brow_all' ,comp_name = 'nvo_bo_cust_stock' ,comp_type = 'WSR' where obj_name = 'cust_stock' and event_code= 'post_item_change';
---------------PB TO JAVA---------------------------
update system_events set service_code = 'prv_default_ejb' ,comp_name = 'CustStock' ,comp_type = 'EJB' where obj_name = 'cust_stock' and event_code= 'pre_validate';
update system_events set service_code = 'poic_default_ejb' ,comp_name = 'CustStock' ,comp_type = 'EJB' where obj_name = 'cust_stock' and event_code= 'post_item_change';
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