DBA Data[Home] [Help]

APPS.OTA_EL_ENROLL_SS dependencies on WF_ENGINE

Line 218: WF_ENGINE.setitemattrtext(p_item_type,

214:
215: /* Set Workflow Attribute */
216:
217: IF l_person_details.full_name is not null then
218: WF_ENGINE.setitemattrtext(p_item_type,
219: l_item_key,
220: 'CURRENT_PERSON_DISPLAY_NAME',
221: l_person_details.full_name);
222: END IF;

Line 260: WF_ENGINE.setitemattrtext(p_item_type,

256: End Loop;
257: end if;
258:
259:
260: WF_ENGINE.setitemattrtext(p_item_type,
261: l_item_key,
262: 'OTA_ACTIVITY_VERSION_NAME',
263: l_version_name);
264:

Line 266: WF_ENGINE.setitemattrtext(p_item_type,

262: 'OTA_ACTIVITY_VERSION_NAME',
263: l_version_name);
264:
265:
266: WF_ENGINE.setitemattrtext(p_item_type,
267: l_item_key,
268: 'EVENT_OWNER_EMAIL',
269: l_owner_username);
270:

Line 272: WF_ENGINE.setitemattrtext(p_item_type,

268: 'EVENT_OWNER_EMAIL',
269: l_owner_username);
270:
271:
272: WF_ENGINE.setitemattrtext(p_item_type,
273: l_item_key,
274: 'OTA_EVENT_TITLE',
275: l_event_title);
276:

Line 277: WF_ENGINE.setitemattrtext(p_item_type,

273: l_item_key,
274: 'OTA_EVENT_TITLE',
275: l_event_title);
276:
277: WF_ENGINE.setitemattrtext(p_item_type,
278: l_item_key,
279: 'OTA_COURSE_START_DATE',
280: l_course_start_date);
281:

Line 282: WF_ENGINE.setitemattrtext(p_item_type,

278: l_item_key,
279: 'OTA_COURSE_START_DATE',
280: l_course_start_date);
281:
282: WF_ENGINE.setitemattrtext(p_item_type,
283: l_item_key,
284: 'OTA_COURSE_END_DATE',
285: l_course_end_date);
286:

Line 287: WF_ENGINE.setitemattrnumber(p_item_type,

283: l_item_key,
284: 'OTA_COURSE_END_DATE',
285: l_course_end_date);
286:
287: WF_ENGINE.setitemattrnumber(p_item_type,
288: l_item_key,
289: 'TRANSACTION_ID',
290: -- Bug#4617150
291: -- hr_transaction_web.get_transaction_id

Line 296: WF_ENGINE.setitemattrnumber(p_item_type,

292: hr_transaction_ss.get_transaction_id
293: (p_item_type => p_item_type
294: ,p_item_key => l_item_key));
295:
296: WF_ENGINE.setitemattrnumber(p_item_type,
297: l_item_key,
298: 'FORWARD_FROM_PERSON_ID',
299: p_person_id);
300:

Line 302: wf_engine.setItemAttrNumber(itemtype => p_item_type

298: 'FORWARD_FROM_PERSON_ID',
299: p_person_id);
300:
301:
302: wf_engine.setItemAttrNumber(itemtype => p_item_type
303: ,itemkey => l_item_key
304: ,aname => 'EVENT_ID'
305: ,avalue => p_event_id);
306:

Line 324: /* l_booking_type := wf_engine.GetItemAttrText(itemtype => p_item_type

320: -- MGR_APR_WITH_ADMIN = Requested
321: -- SELF_BOOKING = Attempt to enroll them
322: -- TRAINING_ADMIN = Requested
323: --
324: /* l_booking_type := wf_engine.GetItemAttrText(itemtype => p_item_type
325: ,itemkey => l_item_key
326: ,aname => 'ENROLL_IN_CLASS_APPROVAL_MODE'); */
327:
328: /* l_approval_req_flag := wf_engine.GetItemAttrText(itemtype => p_item_type

Line 328: /* l_approval_req_flag := wf_engine.GetItemAttrText(itemtype => p_item_type

324: /* l_booking_type := wf_engine.GetItemAttrText(itemtype => p_item_type
325: ,itemkey => l_item_key
326: ,aname => 'ENROLL_IN_CLASS_APPROVAL_MODE'); */
327:
328: /* l_approval_req_flag := wf_engine.GetItemAttrText(itemtype => p_item_type
329: ,itemkey => l_item_key
330: ,aname => 'HR_APPROVAL_REQ_FLAG'); */
331:
332: null;

Line 420: WF_ENGINE.setitemattrtext(p_item_type,

416: --Bug#4617150
417: -- RAISE OTA_ENROLL_CLASS_UTILITY_WEB.g_mesg_on_stack_exception ;
418: RAISE g_mesg_on_stack_exception ;
419: ELSE
420: WF_ENGINE.setitemattrtext(p_item_type,
421: l_item_key,
422: 'ENROLL_IN_A_CLASS_STATUS',
423: l_booking_status_row.name);
424:

Line 428: WF_ENGINE.setitemattrtext(p_item_type,

424:
425:
426: END IF ;
427: END IF;
428: WF_ENGINE.setitemattrtext(p_item_type,
429: l_item_key,
430: 'ENROLL_IN_A_CLASS_STATUS',
431: l_booking_status_row.name);
432:

Line 550: /* wf_engine.setItemAttrText (itemtype => p_item_type

546: -- Delegate has a Cancelled status for this event, hence
547: -- we must update the existing record by changing Cancelled
548: -- to Requested status
549: --
550: /* wf_engine.setItemAttrText (itemtype => p_item_type
551: ,itemkey => l_item_key
552: ,aname => 'BOOKING_STATUS_TYPE_ID'
553: ,avalue => l_booking_status_row.booking_status_type_id); */
554:

Line 606: wf_engine.setItemAttrText (itemtype => p_item_type

602: p_to_result => fapi_to );
603:
604: IF fapi_result = 'S' THEN
605:
606: wf_engine.setItemAttrText (itemtype => p_item_type
607: ,itemkey => l_item_key
608: ,aname => 'API_RESULT'
609: ,avalue => fapi_result);
610:

Line 611: wf_engine.setItemAttrText (itemtype => p_item_type

607: ,itemkey => l_item_key
608: ,aname => 'API_RESULT'
609: ,avalue => fapi_result);
610:
611: wf_engine.setItemAttrText (itemtype => p_item_type
612: ,itemkey => l_item_key
613: ,aname => 'API_FROM'
614: ,avalue => fapi_from);
615:

Line 616: wf_engine.setItemAttrText (itemtype => p_item_type

612: ,itemkey => l_item_key
613: ,aname => 'API_FROM'
614: ,avalue => fapi_from);
615:
616: wf_engine.setItemAttrText (itemtype => p_item_type
617: ,itemkey => l_item_key
618: ,aname => 'API_TO'
619: ,avalue => fapi_to);
620:

Line 621: wf_engine.setItemAttrNumber(itemtype => p_item_type

617: ,itemkey => l_item_key
618: ,aname => 'API_TO'
619: ,avalue => fapi_to);
620:
621: wf_engine.setItemAttrNumber(itemtype => p_item_type
622: ,itemkey => l_item_key
623: ,aname => 'EVENT_ID'
624: ,avalue => p_event_id);
625:

Line 626: wf_engine.setItemAttrText (itemtype => p_item_type

622: ,itemkey => l_item_key
623: ,aname => 'EVENT_ID'
624: ,avalue => p_event_id);
625:
626: wf_engine.setItemAttrText (itemtype => p_item_type
627: ,itemkey => l_item_key
628: ,aname => 'BUSINESS_GROUP_NAME'
629: ,avalue => p_business_group_name);
630:

Line 631: wf_engine.setItemAttrText (itemtype => p_item_type

627: ,itemkey => l_item_key
628: ,aname => 'BUSINESS_GROUP_NAME'
629: ,avalue => p_business_group_name);
630:
631: wf_engine.setItemAttrText (itemtype => p_item_type
632: ,itemkey => l_item_key
633: ,aname => 'NOTIFICATION_TEXT'
634: ,avalue => l_notification_text);
635:

Line 643: wf_engine.setItemAttrText (itemtype => p_item_type

639: ELSIF fapi_result = 'E' THEN
640:
641: l_notification_text := NULL;
642:
643: wf_engine.setItemAttrText (itemtype => p_item_type
644: ,itemkey => l_item_key
645: ,aname => 'API_RESULT'
646: ,avalue => fapi_result);
647:

Line 648: wf_engine.setItemAttrText (itemtype => p_item_type

644: ,itemkey => l_item_key
645: ,aname => 'API_RESULT'
646: ,avalue => fapi_result);
647:
648: wf_engine.setItemAttrText (itemtype => p_item_type
649: ,itemkey => l_item_key
650: ,aname => 'API_FROM'
651: ,avalue => fapi_from);
652:

Line 653: wf_engine.setItemAttrText (itemtype => p_item_type

649: ,itemkey => l_item_key
650: ,aname => 'API_FROM'
651: ,avalue => fapi_from);
652:
653: wf_engine.setItemAttrText (itemtype => p_item_type
654: ,itemkey => l_item_key
655: ,aname => 'API_TO'
656: ,avalue => fapi_to);
657:

Line 658: wf_engine.setItemAttrNumber(itemtype => p_item_type

654: ,itemkey => l_item_key
655: ,aname => 'API_TO'
656: ,avalue => fapi_to);
657:
658: wf_engine.setItemAttrNumber(itemtype => p_item_type
659: ,itemkey => l_item_key
660: ,aname => 'EVENT_ID'
661: ,avalue => p_event_id);
662:

Line 663: wf_engine.setItemAttrText (itemtype => p_item_type

659: ,itemkey => l_item_key
660: ,aname => 'EVENT_ID'
661: ,avalue => p_event_id);
662:
663: wf_engine.setItemAttrText (itemtype => p_item_type
664: ,itemkey => l_item_key
665: ,aname => 'BUSINESS_GROUP_NAME'
666: ,avalue => p_business_group_name);
667:

Line 668: wf_engine.setItemAttrText (itemtype => p_item_type

664: ,itemkey => l_item_key
665: ,aname => 'BUSINESS_GROUP_NAME'
666: ,avalue => p_business_group_name);
667:
668: wf_engine.setItemAttrText (itemtype => p_item_type
669: ,itemkey => l_item_key
670: ,aname => 'NOTIFICATION_TEXT'
671: ,avalue => l_notification_text);
672:

Line 733: wf_engine.setItemAttrText (itemtype => p_item_type

729:
730:
731: END IF;
732:
733: wf_engine.setItemAttrText (itemtype => p_item_type
734: ,itemkey => l_item_key
735: ,aname => 'BOOKING_STATUS_TYPE_ID'
736: ,avalue => l_booking_status_row.booking_status_type_id);
737:

Line 784: wf_engine.setItemAttrText (itemtype => p_item_type

780: ,p_tdb_information19 => p_tdb_information19
781: ,p_tdb_information20 => p_tdb_information20);
782:
783:
784: wf_engine.setItemAttrText (itemtype => p_item_type
785: ,itemkey => l_item_key
786: ,aname => 'BOOKING_STATUS_TYPE_ID'
787: ,avalue => l_booking_status_row.booking_status_type_id);
788:

Line 794: WF_ENGINE.setitemattrtext(p_item_type,

790:
791:
792: p_booking_id := l_booking_id;
793:
794: WF_ENGINE.setitemattrtext(p_item_type,
795: l_item_key,
796: 'BOOKING_ID',
797: l_booking_id);
798:

Line 804: wf_engine.Completeactivity(p_item_type,l_item_key,'BLOCK',null);

800:
801: /* Bug#2197997 Commenting out Completeactivity call.
802: l_return := check_wf_status(l_item_key,'BLOCK',p_item_type);
803: IF l_return = TRUE THEN
804: wf_engine.Completeactivity(p_item_type,l_item_key,'BLOCK',null);
805: END IF;
806: */
807:
808: IF l_booking_status_used = 'PLACED' then

Line 1237: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);

1233: into l_item_key
1234: from sys.dual;
1235:
1236:
1237: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
1238: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CURRENT_PERSON_ID', p_person_id);
1239: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_USERNAME', l_current_username);
1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);
1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');

Line 1238: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CURRENT_PERSON_ID', p_person_id);

1234: from sys.dual;
1235:
1236:
1237: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
1238: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CURRENT_PERSON_ID', p_person_id);
1239: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_USERNAME', l_current_username);
1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);
1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');
1242:

Line 1239: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_USERNAME', l_current_username);

1235:
1236:
1237: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
1238: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CURRENT_PERSON_ID', p_person_id);
1239: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_USERNAME', l_current_username);
1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);
1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');
1242:
1243:

Line 1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);

1236:
1237: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
1238: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CURRENT_PERSON_ID', p_person_id);
1239: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_USERNAME', l_current_username);
1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);
1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');
1242:
1243:
1244: --WF_ENGINE.SetItemattrtext(p_itemtype,p_item_key, 'EVENT_OWNER',l_user_name);

Line 1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');

1237: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
1238: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CURRENT_PERSON_ID', p_person_id);
1239: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_USERNAME', l_current_username);
1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);
1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');
1242:
1243:
1244: --WF_ENGINE.SetItemattrtext(p_itemtype,p_item_key, 'EVENT_OWNER',l_user_name);
1245: WF_ENGINE.STARTPROCESS(p_itemtype,l_item_key);

Line 1244: --WF_ENGINE.SetItemattrtext(p_itemtype,p_item_key, 'EVENT_OWNER',l_user_name);

1240: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'CREATOR_PERSON_ID', l_creator_person_id);
1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');
1242:
1243:
1244: --WF_ENGINE.SetItemattrtext(p_itemtype,p_item_key, 'EVENT_OWNER',l_user_name);
1245: WF_ENGINE.STARTPROCESS(p_itemtype,l_item_key);
1246:
1247: p_itemkey:=l_item_key;
1248:

Line 1245: WF_ENGINE.STARTPROCESS(p_itemtype,l_item_key);

1241: WF_ENGINE.setitemattrtext(p_itemtype, l_item_key, 'PROCESS_DISPLAY_NAME', 'Enroll in a Training Event');
1242:
1243:
1244: --WF_ENGINE.SetItemattrtext(p_itemtype,p_item_key, 'EVENT_OWNER',l_user_name);
1245: WF_ENGINE.STARTPROCESS(p_itemtype,l_item_key);
1246:
1247: p_itemkey:=l_item_key;
1248:
1249: EXCEPTION

Line 1719: l_current_person_id := wf_engine.getItemAttrNumber

1715:
1716: BEGIN
1717: --
1718:
1719: l_current_person_id := wf_engine.getItemAttrNumber
1720: (itemtype => p_item_type
1721: ,itemkey => p_item_key
1722: ,aname => 'CURRENT_PERSON_ID');
1723: --

Line 1760: -- step must be performed. A call to wf_engine.CompleteActivty

1756: -- - DEFERED
1757: -- execution should be defered to background
1758: -- - NOTIFIED[::]
1759: -- activity has notified an external entity that this
1760: -- step must be performed. A call to wf_engine.CompleteActivty
1761: -- will signal when this step is complete. Optional
1762: -- return of notification ID and assigned user.
1763: -- - ERROR[:]
1764: -- function encountered an err--

Line 1795: l_booking_id := wf_engine.GetItemAttrNUMBER(itemtype => itemtype

1791:
1792: BEGIN
1793: hr_utility.set_location('Entering:'||l_proc, 5);
1794: IF (funcmode = 'RUN') THEN
1795: l_booking_id := wf_engine.GetItemAttrNUMBER(itemtype => itemtype
1796: ,itemkey => itemkey
1797: ,aname => 'BOOKING_ID');
1798:
1799: IF l_booking_id is not null then

Line 1800: resultout := wf_engine.eng_completed || ':' || 'Y';

1796: ,itemkey => itemkey
1797: ,aname => 'BOOKING_ID');
1798:
1799: IF l_booking_id is not null then
1800: resultout := wf_engine.eng_completed || ':' || 'Y';
1801: ELSE
1802: resultout := wf_engine.eng_completed || ':' || 'N';
1803: END IF;
1804:

Line 1802: resultout := wf_engine.eng_completed || ':' || 'N';

1798:
1799: IF l_booking_id is not null then
1800: resultout := wf_engine.eng_completed || ':' || 'Y';
1801: ELSE
1802: resultout := wf_engine.eng_completed || ':' || 'N';
1803: END IF;
1804:
1805:
1806:

Line 1932: l_event_id := wf_engine.GetItemAttrNumber(itemtype => itemtype

1928: l_notification_text varchar2(2000);
1929: l_status_type ota_booking_status_types.type%type;
1930: BEGIN
1931:
1932: l_event_id := wf_engine.GetItemAttrNumber(itemtype => itemtype
1933: ,itemkey => itemkey
1934: ,aname => 'EVENT_ID');
1935:
1936: OPEN user_name(l_event_id);

Line 1941: l_booking_id := wf_engine.GetItemAttrNumber(itemtype => itemtype

1937: FETCH user_name INTO l_user_name, l_offering_id;
1938: CLOSE user_name;
1939:
1940:
1941: l_booking_id := wf_engine.GetItemAttrNumber(itemtype => itemtype
1942: ,itemkey => itemkey
1943: ,aname => 'BOOKING_ID');
1944:
1945: l_notification_text := wf_engine.GetItemAttrText(itemtype => itemtype

Line 1945: l_notification_text := wf_engine.GetItemAttrText(itemtype => itemtype

1941: l_booking_id := wf_engine.GetItemAttrNumber(itemtype => itemtype
1942: ,itemkey => itemkey
1943: ,aname => 'BOOKING_ID');
1944:
1945: l_notification_text := wf_engine.GetItemAttrText(itemtype => itemtype
1946: ,itemkey => itemkey
1947: ,aname => 'NOTIFICATION_TEXT');
1948:
1949: l_version_name := wf_engine.GetItemAttrText(itemtype => itemtype

Line 1949: l_version_name := wf_engine.GetItemAttrText(itemtype => itemtype

1945: l_notification_text := wf_engine.GetItemAttrText(itemtype => itemtype
1946: ,itemkey => itemkey
1947: ,aname => 'NOTIFICATION_TEXT');
1948:
1949: l_version_name := wf_engine.GetItemAttrText(itemtype => itemtype
1950: ,itemkey => itemkey
1951: ,aname => 'OTA_ACTIVITY_VERSION_NAME');
1952:
1953: IF l_booking_id is not null then

Line 1965: wf_engine.setItemAttrText (itemtype => itemtype

1961: l_notification_text := l_notification_text
1962: || ' Your enrollment has now been approved. Please go to My Current and Planned Training to play the content '
1963: || l_version_name ||'.';
1964:
1965: wf_engine.setItemAttrText (itemtype => itemtype
1966: ,itemkey => itemkey
1967: ,aname => 'NOTIFICATION_TEXT'
1968: ,avalue => l_notification_text);
1969: end if;

Line 1976: wf_engine.setItemAttrText (itemtype => itemtype

1972: if l_offering_id is not null then
1973: l_notification_text := l_notification_text
1974: || ' The student can now play the content '
1975: || l_version_name ||'.';
1976: wf_engine.setItemAttrText (itemtype => itemtype
1977: ,itemkey => itemkey
1978: ,aname => 'NOTIFICATION_TEXT'
1979: ,avalue => l_notification_text);
1980:

Line 1986: wf_engine.setItemAttrText (itemtype => itemtype

1982: elsif l_status_type = 'W' then
1983:
1984: l_notification_text := l_notification_text || ' The student has been placed on a waiting list. ';
1985:
1986: wf_engine.setItemAttrText (itemtype => itemtype
1987: ,itemkey => itemkey
1988: ,aname => 'NOTIFICATION_TEXT'
1989: ,avalue => l_notification_text);
1990: end if;

Line 1994: wf_engine.setItemAttrText (itemtype => itemtype

1990: end if;
1991:
1992: END IF;
1993:
1994: wf_engine.setItemAttrText (itemtype => itemtype
1995: ,itemkey => itemkey
1996: ,aname => 'EVENT_OWNER_EMAIL'
1997: ,avalue => l_user_name);
1998:

Line 1999: l_api_result := wf_engine.GetItemAttrText(itemtype => itemtype

1995: ,itemkey => itemkey
1996: ,aname => 'EVENT_OWNER_EMAIL'
1997: ,avalue => l_user_name);
1998:
1999: l_api_result := wf_engine.GetItemAttrText(itemtype => itemtype
2000: ,itemkey => itemkey
2001: ,aname => 'API_RESULT');
2002:
2003: l_api_from := wf_engine.GetItemAttrText(itemtype => itemtype

Line 2003: l_api_from := wf_engine.GetItemAttrText(itemtype => itemtype

1999: l_api_result := wf_engine.GetItemAttrText(itemtype => itemtype
2000: ,itemkey => itemkey
2001: ,aname => 'API_RESULT');
2002:
2003: l_api_from := wf_engine.GetItemAttrText(itemtype => itemtype
2004: ,itemkey => itemkey
2005: ,aname => 'API_FROM');
2006:
2007: l_api_to := wf_engine.GetItemAttrText(itemtype => itemtype

Line 2007: l_api_to := wf_engine.GetItemAttrText(itemtype => itemtype

2003: l_api_from := wf_engine.GetItemAttrText(itemtype => itemtype
2004: ,itemkey => itemkey
2005: ,aname => 'API_FROM');
2006:
2007: l_api_to := wf_engine.GetItemAttrText(itemtype => itemtype
2008: ,itemkey => itemkey
2009: ,aname => 'API_TO');
2010:
2011: IF (funcmode='RUN') THEN

Line 2052: wf_engine.setItemAttrText (itemtype => itemtype

2048:
2049: BEGIN
2050:
2051: IF (funcmode='RUN') THEN
2052: wf_engine.setItemAttrText (itemtype => itemtype
2053: ,itemkey => itemkey
2054: ,aname => 'APPROVAL_RESULT'
2055: ,avalue => 'ACCEPTED');
2056: resultout:='COMPLETE';