cus_dun_email.lwm 637 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 16 17 18 19 20 21
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: nyl  
    $Date: 2013-9-24 下午2:19:04  
    $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
                 cus_con_dun_pkg.send_dun_email(p_file_name =>${@file_name},
                           p_file_path =>${@file_path},
                           p_user_id   =>${/session/@user_id});
               
               end;
          ]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>