<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: Hongquan.Dai
$Date: 2018-3-6 下午10:24:18
$Revision: 1.0
$Purpose:
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" needAccessControl="false">
<bm:operations>
<bm:operation name="update">
<bm:update-sql><![CDATA[
begin
prj_project_pkg.get_cdd_count(p_document_table => ${@document_table},
p_document_id => ${@document_id},
p_cdd_list_id => ${@cdd_list_id},
p_count => ${@count});
end;
]]></bm:update-sql>
<bm:parameters>
<bm:parameter name="count" input="false" output="true" outputPath="@count"/>
</bm:parameters>
</bm:operation>
</bm:operations>
</bm:model>
-
Spencer Chang authoredbfd31bca