<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: chenlingfeng  
    $Date: 2017-8-3 14:19:42
    $Revision: 1.0  
    $Purpose: 
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
    <bm:operations>
        <bm:operation name="update">
            <bm:update-sql><![CDATA[
            begin
  -- Call the procedure
  hn_invest_expenses_app_pkg.submit_hn_invest_app(p_invest_id => ${@invest_id},
                                                    p_company_id => ${/session/@company_id},
                                                   p_user_id =>${/session/@user_id});
end;
            
     
]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>