DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on PO_WF_DEBUG_PKG

Line 1594: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

1590: end if;
1591:
1592: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 01';
1593: IF (g_po_wf_debug = 'Y') THEN
1594: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1595: END IF;
1596:
1597: l_return_val := 'Y';
1598:

Line 1618: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

1614: pAmeTransactionType => ameTransactionType);
1615:
1616: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02' || ameTransactionType;
1617: IF (g_po_wf_debug = 'Y') THEN
1618: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1619: END IF;
1620:
1621: -- Get the list of approvers from ame.
1622: if g_fnd_debug = 'Y' then

Line 1658: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

1654: x_resultout := l_return_val;
1655:
1656: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02. RESULT= ' || x_resultout;
1657: IF (g_po_wf_debug = 'Y') THEN
1658: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1659: END IF;
1660:
1661: if g_fnd_debug = 'Y' then
1662: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN

Line 3590: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3586: end if;
3587:
3588: l_progress := 'Get doc attributes: 001';
3589: IF (g_po_wf_debug = 'Y') THEN
3590: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3591: END IF;
3592:
3593: l_document_type := wf_engine.GetItemAttrText (itemtype => itemtype,
3594: itemkey => itemkey,

Line 3609: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3605: l_progress := 'Get doc attributes: 002 l_document_type :: '||l_document_type||
3606: 'l_document_subtype :: '||l_document_subtype||'l_document_id :: '||l_document_id;
3607:
3608: IF (g_po_wf_debug = 'Y') THEN
3609: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3610: END IF;
3611:
3612: /*
3613: ** Desc Need to set the org context

Line 3618: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3614: */
3615:
3616: l_progress := 'Get org_id: 003';
3617: IF (g_po_wf_debug = 'Y') THEN
3618: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3619: END IF;
3620:
3621: l_orgid := wf_engine.GetItemAttrNumber (itemtype => itemtype,
3622: itemkey => itemkey,

Line 3628: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3624:
3625: l_progress := 'Get doc attributes: 004 l_orgid :: '||l_orgid;
3626:
3627: IF (g_po_wf_debug = 'Y') THEN
3628: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3629: END IF;
3630:
3631: IF l_orgid is NOT NULL THEN
3632: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

Line 3637: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3633: END IF;
3634:
3635: l_progress := 'Get ame transaction type: 005';
3636: IF (g_po_wf_debug = 'Y') THEN
3637: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3638: END IF;
3639:
3640: IF l_document_type = 'REQUISITION' THEN
3641:

Line 3662: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3658: END IF;
3659:
3660: l_progress := 'Get ame transaction type: 006 l_ame_Transaction_Type :: '||l_ame_Transaction_Type;
3661: IF (g_po_wf_debug = 'Y') THEN
3662: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3663: END IF;
3664:
3665:
3666: IF l_ame_Transaction_Type IS NOT NULL THEN

Line 3670: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3666: IF l_ame_Transaction_Type IS NOT NULL THEN
3667:
3668: l_progress := 'Ame Clear all approvals call: 007 ';
3669: IF (g_po_wf_debug = 'Y') THEN
3670: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3671: END IF;
3672:
3673: ame_api2.clearAllApprovals(applicationIdIn=>201,
3674: transactionIdIn=>l_document_id,

Line 3681: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

3677: END IF;
3678:
3679: l_progress := 'Get_req_preparer_msg_attribute End : 008 ';
3680: IF (g_po_wf_debug = 'Y') THEN
3681: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
3682: END IF;
3683:
3684: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
3685: