DBA Data[Home] [Help]

APPS.IRC_WEB dependencies on WF_ENGINE

Line 147: l_transaction_id := wf_engine.getItemAttrText

143: itemkey:=l_parameters(1);
144: --
145: itemtype:=fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE');
146: --
147: l_transaction_id := wf_engine.getItemAttrText
148: (itemtype => itemtype,
149: itemkey => itemkey,
150: aname => 'IRC_APPROVE_TRANS_ID');
151: --

Line 152: apr_object_type := wf_engine.getItemAttrText

148: (itemtype => itemtype,
149: itemkey => itemkey,
150: aname => 'IRC_APPROVE_TRANS_ID');
151: --
152: apr_object_type := wf_engine.getItemAttrText
153: (itemtype => itemtype,
154: itemkey => itemkey,
155: aname => 'IRCAPPROVALITEM');
156: --

Line 157: approval_process := wf_engine.getItemAttrText

153: (itemtype => itemtype,
154: itemkey => itemkey,
155: aname => 'IRCAPPROVALITEM');
156: --
157: approval_process := wf_engine.getItemAttrText
158: (itemtype => itemtype,
159: itemkey => itemkey,
160: aname => 'IRCAPPROVALPROCESS');
161: --

Line 213: l_transaction_id := wf_engine.getItemAttrText

209: l_function_name:=l_parameters(2);
210: --
211: itemtype:=fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE');
212: --
213: l_transaction_id := wf_engine.getItemAttrText
214: (itemtype => itemtype,
215: itemkey => itemkey,
216: aname => 'IRC_APPROVE_TRANS_ID');
217: --

Line 218: apr_object_type := wf_engine.getItemAttrText

214: (itemtype => itemtype,
215: itemkey => itemkey,
216: aname => 'IRC_APPROVE_TRANS_ID');
217: --
218: apr_object_type := wf_engine.getItemAttrText
219: (itemtype => itemtype,
220: itemkey => itemkey,
221: aname => 'IRCAPPROVALITEM');
222: --

Line 223: approval_process := wf_engine.getItemAttrText

219: (itemtype => itemtype,
220: itemkey => itemkey,
221: aname => 'IRCAPPROVALITEM');
222: --
223: approval_process := wf_engine.getItemAttrText
224: (itemtype => itemtype,
225: itemkey => itemkey,
226: aname => 'IRCAPPROVALPROCESS');
227: --