DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on PO_WF_DEBUG_PKG

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

1525: end if;
1526:
1527: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 01';
1528: IF (g_po_wf_debug = 'Y') THEN
1529: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1530: END IF;
1531:
1532: l_return_val := 'Y';
1533:

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

1549: pAmeTransactionType => ameTransactionType);
1550:
1551: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02' || ameTransactionType;
1552: IF (g_po_wf_debug = 'Y') THEN
1553: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1554: END IF;
1555:
1556: -- Get the list of approvers from ame.
1557: if g_fnd_debug = 'Y' then

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

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
1593: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1594: END IF;
1595:
1596: if g_fnd_debug = 'Y' then
1597: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN