DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on WF_ENGINE

Line 1537: if (funcmode <> wf_engine.eng_run) then

1533:
1534:
1535: -- Do nothing in cancel or timeout mode
1536: --
1537: if (funcmode <> wf_engine.eng_run) then
1538:
1539: resultout := wf_engine.eng_null;
1540: return;
1541:

Line 1539: resultout := wf_engine.eng_null;

1535: -- Do nothing in cancel or timeout mode
1536: --
1537: if (funcmode <> wf_engine.eng_run) then
1538:
1539: resultout := wf_engine.eng_null;
1540: return;
1541:
1542: end if;
1543:

Line 1544: l_document_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,

1540: return;
1541:
1542: end if;
1543:
1544: l_document_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1545: itemkey => itemkey,
1546: aname => 'DOCUMENT_ID');
1547:
1548: getAmeTransactionType(pReqHeaderId => to_number(l_document_id),

Line 1588: resultout := wf_engine.eng_completed || ':' || l_return_val;

1584: exit;
1585: end if;
1586: end loop;
1587:
1588: resultout := wf_engine.eng_completed || ':' || l_return_val;
1589: x_resultout := l_return_val;
1590:
1591: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02. RESULT= ' || x_resultout;
1592: IF (g_po_wf_debug = 'Y') THEN