prj_chance_close.lwm 627 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: gaoyang  
    $Date: 2013-9-25 下午05:06:43  
    $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
	            	prj_chance_pkg.prj_chance_close(
	            		p_chance_id=>${@chance_id},
	            		p_description=>${@description},
	            		p_user_id  =>${/session/@user_id}
	            	);
            	end;
        	]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>