con632c_letter_file.lwm 601 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="UTF-8"?>
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
    <bm:operations>
        <bm:operation name="update">
            <bm:update-sql><![CDATA[
                begin
  				-- Call the procedure
  				con_collection_tool_pkg.update_con_collection(p_collection_id => ${@collection_id},
                                                			p_user_id => ${/session/@user_id},
                                                			p_file_path => ${@file_path});
				end;
            ]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>