Commit 97be6a0d authored by dpawar's avatar dpawar

change event code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95949 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9180f2a5
......@@ -5,7 +5,7 @@ update obj_forms set cross_update_expr=null,target_fld_info=null,expr_fld_info=n
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,
VALUES ('sorder','post_save_1','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