Commit e41380e6 authored by dpawar's avatar dpawar

added delete query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96015 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bb3abaef
......@@ -2,12 +2,7 @@
update obj_forms set cross_update_expr=null,target_fld_info=null,expr_fld_info=null where win_name='w_sorder' and obj_brow_name='d_sorddet_brow' and obj_edit_name='d_sorddet_edit';
INSERT INTO SYSTEM_EVENTS (
obj_name ,event_code ,event_context ,service_code ,method_rule ,chg_date ,chg_user ,chg_term ,
result_handle ,overwrite_core , comp_type ,comp_name ,comm_format )
VALUES ('sorder','post_save_3','1','sorder_post_save',NULL,
sysdate,
'BASE','BASE','2','0','EJB','SaleOrderPostSave',NULL);
insert into system_event_services(
......@@ -64,3 +59,15 @@ values ('sorder_post_save',6,'XTRA_PARAMS','I','Xtra params','S',sysdate,'Base',
insert into system_service_args(SERVICE_CODE,LINE_NO,ARG_NAME ,ARG_MODE,DESCR,ARG_TYPE,CHG_DATE, CHG_USER,CHG_TERM)
values ('sorder_post_save',7,'DB_CONN','I','db conn','S.Connection',sysdate,'Base','Base');
-- added on 22-AUG-14
delete from SYSTEM_EVENTS where obj_name='sorder' and event_code='post_save';
INSERT INTO SYSTEM_EVENTS (
obj_name ,event_code ,event_context ,service_code ,method_rule ,chg_date ,chg_user ,chg_term ,
result_handle ,overwrite_core , comp_type ,comp_name ,comm_format )
VALUES ('sorder','post_save','1','sorder_post_save',NULL,
sysdate,
'BASE','BASE','2','0','EJB','SaleOrderPostSave',NULL);
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