<?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>