con_pur_sign.lwm 769 Bytes
Newer Older
38823's avatar
38823 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?xml version="1.0" encoding="UTF-8"?>
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" needAccessControl="false">
    <bm:operations>
        <bm:operation name="update">
            <bm:update-sql><![CDATA[
            begin
            -- Call the procedure
            CON_CONTRACT_PKG.init_con_op_atm(p_contract_id => ${@p_contract_id},
                                             p_file_path => ${@p_file_path},
                                             p_file_name => ${@p_file_name},
                                             p_file_size     =>${@p_file_size},
                                             p_user_id=>${/session/@user_id});
            end;
        ]]></bm:update-sql>
        </bm:operation>
    </bm:operations>
</bm:model>