DBA Data[Home] [Help]

APPS.OKE_CHG_REQUESTS_PKG dependencies on WF_ENGINE

Line 25: WF_ENGINE.StartProcess( itemtype => crec.wf_item_type

21: IF ( crec.wf_item_key IS NOT NULL ) THEN
22: --
23: -- Start the Workflow Process
24: --
25: WF_ENGINE.StartProcess( itemtype => crec.wf_item_type
26: , itemkey => crec.wf_item_key );
27: END IF;
28:
29: EXCEPTION