<?xml version="1.0" encoding="UTF-8"?>
<bm:model xmlns:ns2="leaf.database.local.oracle" xmlns:bm="http://www.leaf-framework.org/schema/bm">
    <bm:operations>
        <bm:operation name="update">
            <bm:update-sql><![CDATA[
                BEGIN
                    business_daily_pkg.business_daily_bmp(
                    	p_file_path      =>${@p_file_path},
                        p_file_name     =>${@p_file_name},
                        p_file_size     =>${@p_file_size},
                        p_user_id      =>${@p_user_id}
                    );	
                END;
            ]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>