DBA Data[Home] [Help]

APPS.AMS_TCOP_WF_PKG dependencies on WF_ENGINE

Line 36: l_schedule_id := WF_ENGINE.getItemAttrText

32:
33: if ( funcmode = 'RUN') then
34:
35: -- Get the Schedule Id set in the Schedule Execution Workflow instance
36: l_schedule_id := WF_ENGINE.getItemAttrText
37: (itemtype => itemtype,
38: itemkey => itemkey,
39: aname => 'SCHEDULE_ID');
40:

Line 89: l_schedule_id := WF_ENGINE.getItemAttrText

85:
86: if ( funcmode = 'RUN') then
87:
88: -- Get the Schedule Id set in the Schedule Execution Workflow instance
89: l_schedule_id := WF_ENGINE.getItemAttrText
90: (itemtype => itemtype,
91: itemkey => itemkey,
92: aname => 'SCHEDULE_ID');
93:

Line 143: l_schedule_id := WF_ENGINE.getItemAttrText

139:
140: if ( funcmode = 'RUN') then
141:
142: -- Get the Schedule Id set in the Schedule Execution Workflow instance
143: l_schedule_id := WF_ENGINE.getItemAttrText
144: (itemtype => itemtype,
145: itemkey => itemkey,
146: aname => 'SCHEDULE_ID');
147:

Line 190: l_schedule_id := WF_ENGINE.getItemAttrText

186: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> Entered Invoke_TCOP_Engine');
187: if ( funcmode = 'RUN') then
188:
189: -- Get the Schedule Id set in the Schedule Execution Workflow instance
190: l_schedule_id := WF_ENGINE.getItemAttrText
191: (itemtype => itemtype,
192: itemkey => itemkey,
193: aname => 'SCHEDULE_ID');
194:

Line 219: WF_ENGINE.SetItemAttrText(itemtype => p_itemtype,

215: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> Exiting Invoke_TCOP_Engine');
216:
217:
218: /**
219: WF_ENGINE.SetItemAttrText(itemtype => p_itemtype,
220: itemkey => p_itemkey ,
221: aname => 'AMS_TCOP_ERROR_MSG',
222: avalue => l_final_data );
223: **/

Line 247: WF_ENGINE.SetItemAttrText(itemtype => itemtype,

243: application => 'AMS',
244: program => 'AMSTCSCP'
245: );
246:
247: WF_ENGINE.SetItemAttrText(itemtype => itemtype,
248: itemkey => itemkey,
249: aname => 'AMS_TCOP_PROGRAM_MSG',
250: avalue => 'Concurrent Request Id = ' || to_char(l_request_id));
251: