DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on PO_MOAC_UTILS_PVT

Line 55: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

51: (itemtype => l_item_type,
52: itemkey => l_item_key,
53: aname => 'ORG_ID');
54:
55: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
56:
57:
58: l_currency_code := wf_engine.GetItemAttrText
59: (itemtype => l_item_type,

Line 432: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

428: l_document_type := wf_engine.GetItemAttrText (itemtype => l_item_type,
429: itemkey => l_item_key,
430: aname => 'DOCUMENT_TYPE');
431:
432: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
433:
434:
435: /* Bug# 1686066: kagarwal
436: ** Desc: Use the functional currency of the PO for the precision of

Line 1075: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

1071: l_doc_type_code := wf_engine.GetItemAttrText (itemtype => l_item_type,
1072: itemkey => l_item_key,
1073: aname => 'DOCUMENT_TYPE');
1074:
1075: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1076:
1077: -- Bug 3668188
1078: l_open_form_command := PO_WF_UTIL_PKG.GetItemAttrText
1079: (itemtype => l_item_type,

Line 1590: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

1586: itemkey => itemkey,
1587: aname => 'ORG_ID');
1588:
1589: IF l_orgid is NOT NULL THEN
1590: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
1591: END IF;
1592:
1593: l_progress := 'Get_po_user_msg_attribute:010: orgid: ' || l_orgid;
1594: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);