financing_due.lwm 876 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: Darming  
    $Date: 2017-12-28 下午5:45:36  
    $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
  hls_fin_calculator_itfc_pkg.calculate(p_calc_session_id => ${@calc_session_id},
                                        p_recreate_h_formula => 'Y',
                                        p_recreate_l_formula => 'Y',
                                        p_calc_successful => ${@calc_successful},
                                        p_warning_message => ${@warning_message},
                                        p_user_id => ${@user_id});
end;


]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>