DBA Data[Home] [Help]

APPS.OT_WORKFLOW_SS dependencies on WF_ENGINE

Line 99: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

95:
96: c_item_type := get_item_type(p_transaction_id);
97: c_item_key := get_item_key(p_transaction_id);
98:
99: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
100: itemkey => c_item_key,
101: aname => 'OTA_EVENT_ID',
102: ignore_notfound => TRUE);
103: if c_event_id is null then

Line 155: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

151:
152: c_item_type := get_item_type(p_transaction_id);
153: c_item_key := get_item_key(p_transaction_id);
154:
155: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
156: itemkey => c_item_key,
157: aname => 'OTA_EVENT_ID',
158: ignore_notfound => TRUE);
159: if c_event_id is null then

Line 214: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

210:
211: c_item_type := get_item_type(p_transaction_id);
212: c_item_key := get_item_key(p_transaction_id);
213:
214: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
215: itemkey => c_item_key,
216: aname => 'OTA_EVENT_ID',
217: ignore_notfound => TRUE);
218:

Line 275: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

271:
272: c_item_type := get_item_type(p_transaction_id);
273: c_item_key := get_item_key(p_transaction_id);
274:
275: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
276: itemkey => c_item_key,
277: aname => 'OTA_EVENT_ID',
278: ignore_notfound => TRUE);
279:

Line 329: c_booking_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

325:
326: c_item_type := get_item_type(p_transaction_id);
327: c_item_key := get_item_key(p_transaction_id);
328:
329: c_booking_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
330: itemkey => c_item_key,
331: aname => 'BOOKING_ID',
332: ignore_notfound => TRUE);
333: