Commit 08dd7913 authored by dpawar's avatar dpawar

Changes in post save event code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95954 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 755cc002
...@@ -5,7 +5,7 @@ update obj_forms set cross_update_expr=null,target_fld_info=null,expr_fld_info=n ...@@ -5,7 +5,7 @@ update obj_forms set cross_update_expr=null,target_fld_info=null,expr_fld_info=n
INSERT INTO SYSTEM_EVENTS ( INSERT INTO SYSTEM_EVENTS (
obj_name ,event_code ,event_context ,service_code ,method_rule ,chg_date ,chg_user ,chg_term , 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 ) result_handle ,overwrite_core , comp_type ,comp_name ,comm_format )
VALUES ('sorder','post_save_1','1','sorder_post_save',NULL, VALUES ('sorder','post_save_3','1','sorder_post_save',NULL,
sysdate, sysdate,
'BASE','BASE','2','0','EJB','SaleOrderPostSave',NULL); '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