DBA Data[Home] [Help]

APPS.OTA_AME_ATTRIBUTES dependencies on WF_ENGINE

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

83:
84: c_item_type := get_item_type(p_transaction_id);
85: c_item_key := get_item_key(p_transaction_id);
86:
87: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
88: itemkey => c_item_key,
89: aname => 'OTA_EVENT_ID'
90: , ignore_notfound => TRUE);
91:

Line 147: /*c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

143:
144: c_item_type := get_item_type(p_transaction_id);
145: c_item_key := get_item_key(p_transaction_id);
146:
147: /*c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
148: itemkey => c_item_key,
149: aname => 'OTA_EVENT_ID'
150: , ignore_notfound => TRUE);
151: */

Line 152: l_lp_name := wf_engine.getitemattrText(itemtype => c_item_type ,

148: itemkey => c_item_key,
149: aname => 'OTA_EVENT_ID'
150: , ignore_notfound => TRUE);
151: */
152: l_lp_name := wf_engine.getitemattrText(itemtype => c_item_type ,
153: itemkey => c_item_key,
154: aname => 'OTA_ACTIVITY_VERSION_NAME'
155: , ignore_notfound => TRUE);
156: c_lp_name := l_lp_name;

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 268: c_booking_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

264:
265: c_item_type := get_item_type(p_transaction_id);
266: c_item_key := get_item_key(p_transaction_id);
267:
268: c_booking_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
269: itemkey => c_item_key,
270: aname => 'BOOKING_ID'
271: , ignore_notfound => TRUE);
272:

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

323:
324: c_item_type := get_item_type(p_transaction_id);
325: c_item_key := get_item_key(p_transaction_id);
326:
327: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
328: itemkey => c_item_key,
329: aname => 'OTA_EVENT_ID'
330: , ignore_notfound => TRUE);
331:

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

378:
379: c_item_type := get_item_type(p_transaction_id);
380: c_item_key := get_item_key(p_transaction_id);
381:
382: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
383: itemkey => c_item_key,
384: aname => 'OTA_EVENT_ID'
385: , ignore_notfound => TRUE);
386:

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

427:
428: c_item_type := get_item_type(p_transaction_id);
429: c_item_key := get_item_key(p_transaction_id);
430:
431: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
432: itemkey => c_item_key,
433: aname => 'OTA_EVENT_ID'
434: , ignore_notfound => TRUE);
435:

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

474:
475: c_item_type := get_item_type(p_transaction_id);
476: c_item_key := get_item_key(p_transaction_id);
477:
478: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
479: itemkey => c_item_key,
480: aname => 'OTA_EVENT_ID'
481: , ignore_notfound => TRUE);
482:

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

521:
522: c_item_type := get_item_type(p_transaction_id);
523: c_item_key := get_item_key(p_transaction_id);
524:
525: c_event_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
526: itemkey => c_item_key,
527: aname => 'OTA_EVENT_ID'
528: , ignore_notfound => TRUE);
529:

Line 568: c_certification_name := wf_engine.GetItemAttrText(itemtype => c_item_type ,

564:
565: c_item_type := get_item_type(p_transaction_id);
566: c_item_key := get_item_key(p_transaction_id);
567:
568: c_certification_name := wf_engine.GetItemAttrText(itemtype => c_item_type ,
569: itemkey => c_item_key,
570: aname => 'OTA_ACTIVITY_VERSION_NAME'
571: , ignore_notfound => TRUE);
572:

Line 608: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

604:
605: c_item_type := get_item_type(p_transaction_id);
606: c_item_key := get_item_key(p_transaction_id);
607:
608: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
609: itemkey => c_item_key,
610: aname => 'OTA_CERTIFICATION_ID'
611: , ignore_notfound => TRUE);
612:

Line 656: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

652:
653: c_item_type := get_item_type(p_transaction_id);
654: c_item_key := get_item_key(p_transaction_id);
655:
656: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
657: itemkey => c_item_key,
658: aname => 'OTA_CERTIFICATION_ID'
659: , ignore_notfound => TRUE);
660:

Line 704: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

700:
701: c_item_type := get_item_type(p_transaction_id);
702: c_item_key := get_item_key(p_transaction_id);
703:
704: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
705: itemkey => c_item_key,
706: aname => 'OTA_CERTIFICATION_ID'
707: , ignore_notfound => TRUE);
708:

Line 751: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

747:
748: c_item_type := get_item_type(p_transaction_id);
749: c_item_key := get_item_key(p_transaction_id);
750:
751: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
752: itemkey => c_item_key,
753: aname => 'OTA_CERTIFICATION_ID'
754: , ignore_notfound => TRUE);
755:

Line 811: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

807:
808: c_item_type := get_item_type(p_transaction_id);
809: c_item_key := get_item_key(p_transaction_id);
810:
811: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
812: itemkey => c_item_key,
813: aname => 'OTA_CERTIFICATION_ID'
814: , ignore_notfound => TRUE);
815:

Line 816: c_person_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

812: itemkey => c_item_key,
813: aname => 'OTA_CERTIFICATION_ID'
814: , ignore_notfound => TRUE);
815:
816: c_person_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
817: itemkey => c_item_key,
818: aname => 'CURRENT_PERSON_ID'
819: , ignore_notfound => TRUE);
820:

Line 876: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

872:
873: c_item_type := get_item_type(p_transaction_id);
874: c_item_key := get_item_key(p_transaction_id);
875:
876: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
877: itemkey => c_item_key,
878: aname => 'OTA_CERTIFICATION_ID'
879: , ignore_notfound => TRUE);
880:

Line 881: c_person_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

877: itemkey => c_item_key,
878: aname => 'OTA_CERTIFICATION_ID'
879: , ignore_notfound => TRUE);
880:
881: c_person_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
882: itemkey => c_item_key,
883: aname => 'CURRENT_PERSON_ID'
884: , ignore_notfound => TRUE);
885:

Line 937: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

933:
934: c_item_type := get_item_type(p_transaction_id);
935: c_item_key := get_item_key(p_transaction_id);
936:
937: c_certification_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
938: itemkey => c_item_key,
939: aname => 'OTA_CERTIFICATION_ID'
940: , ignore_notfound => TRUE);
941: