<?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 hn_prj_project_pkg.hn_project_approve_submit(p_project_id =>${@project_id}, p_submit_type =>${@submit_type}, p_user_id =>${/session/@user_id}); END; ]]></bm:update-sql> </bm:operation> </bm:operations> </bm:model>