DBA Data[Home] [Help]

APPS.OKC_WF_SELECT_MSG_PVT dependencies on WF_ENGINE

Line 14: l_escalate_owner := wf_engine.GetItemAttrText(

10: l_escalate_owner VARCHAR2(100);
11: BEGIN
12: -- RUN mode - normal process execution
13: if (funcmode = 'RUN') then
14: l_escalate_owner := wf_engine.GetItemAttrText(
15: itemtype => itemtype,
16: itemkey => itemkey,
17: aname => 'ESCALATE_OWNER');
18: End if;