Commit 2965225f authored by lizhe's avatar lizhe

收款核销自动匹配

parent 0d6f97c0
<?xml version="1.0" encoding="UTF-8"?>
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
<bm:operations>
<bm:operation name="execute">
<bm:update-sql><![CDATA[
begin
-- Call the procedure
csh_transaction_interface_pkg.auto_assign_write_off(p_transaction_id =>${/parameter/@transaction_id},
p_company_id =>${/session/@company_id},
p_user_id =>${/session/@user_id});
end;
]]></bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment