DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on PO_MOAC_UTILS_PVT

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

74: (itemtype => l_item_type,
75: itemkey => l_item_key,
76: aname => 'ORG_ID');
77:
78: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
79:
80:
81: l_currency_code := wf_engine.GetItemAttrText
82: (itemtype => l_item_type,

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

587: l_draft_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => l_item_type,
588: itemkey => l_item_key,
589: aname => 'DRAFT_ID');
590:
591: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
592:
593:
594: /* Bug# 1686066: kagarwal
595: ** Desc: Use the functional currency of the PO for the precision of

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

1362: itemkey => l_item_key,
1363: aname => 'DOCUMENT_SUBTYPE');
1364: end if;
1365:
1366: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1367:
1368: -- Bug 3668188
1369: l_open_form_command := PO_WF_UTIL_PKG.GetItemAttrText
1370: (itemtype => l_item_type,

Line 1925: po_moac_utils_pvt.set_org_context(l_orgid); --

1921: END IF;
1922:
1923: IF l_orgid is NOT NULL THEN
1924:
1925: po_moac_utils_pvt.set_org_context(l_orgid); --
1926:
1927: END IF;
1928:
1929: /* Check that the value entered by responder as the FORWARD-TO user, is actually

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

2422: itemkey => itemkey,
2423: aname => 'ORG_ID');
2424:
2425: IF l_orgid is NOT NULL THEN
2426: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
2427: END IF;
2428:
2429: l_progress := 'Get_po_user_msg_attribute:010: orgid: ' || l_orgid;
2430: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);