DBA Data[Home] [Help]

APPS.IA_AME_REQUEST_PKG dependencies on WF_ENGINE

Line 436: NoMoreApproverFlag := WF_ENGINE.GetItemAttrText(itemtype => IA_WF_UTIL_PKG.WF_TransactionType

432: else
433:
434: -- The following logic will be executed when approval method is COST_CENTER.
435:
436: NoMoreApproverFlag := WF_ENGINE.GetItemAttrText(itemtype => IA_WF_UTIL_PKG.WF_TransactionType
437: ,itemkey => RequestId
438: ,aname => 'NO_MORE_APPROVER_FLAG');
439:
440: -- if (NoMoreApproverFlag is null or NoMoreApproverFlag = 'N') then

Line 478: WF_ENGINE.SetItemAttrText(itemtype => IA_WF_UTIL_PKG.WF_TransactionType,

474: end if;
475:
476: end if;
477:
478: WF_ENGINE.SetItemAttrText(itemtype => IA_WF_UTIL_PKG.WF_TransactionType,
479: itemkey => RequestId,
480: aname => 'NO_MORE_APPROVER_FLAG',
481: avalue => NoMoreApproverFlag);
482: