get_fin_amount.lwm 404 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="UTF-8"?>
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" needAccessControl="false">
    <bm:operations>
        <bm:operation name="query">
            <bm:query-sql><![CDATA[
				select con_contract_pkg.get_fin_amount(p_bp_id => ${/parameter/@bp_id}) fin_amount from dual
            ]]></bm:query-sql>
        </bm:operation>
    </bm:operations>
</bm:model>