DBA Data[Home] [Help]

APPS.CE_P2P_STMT_NOTIFICATION dependencies on WF_ENGINE

Line 13: resultout:=wf_engine.getitemattrtext(itemtype => itemtype

9: l_role varchar2(60);
10:
11: BEGIN
12: if (funcmode='RUN') then
13: resultout:=wf_engine.getitemattrtext(itemtype => itemtype
14: ,itemkey => itemkey
15: ,aname => 'TRANSMISSION_TYPE'
16: );
17: return;