DBA Data[Home] [Help]

APPS.HR_WORKFLOW_UTILITY dependencies on WF_ENGINE

Line 146: wf_engine.completeactivity

142: -- Get the name of the activity
143: l_instance_label := get_activity_instance_label(p_actid);
144: --
145: -- Complete the activity
146: wf_engine.completeactivity
147: (itemtype => p_item_type
148: ,itemkey => p_item_key
149: ,activity => l_instance_label
150: ,result => p_result);