306: (itemtype => l_item_type,
307: itemkey => l_item_key,
308: aname => 'ORG_ID');
309:
310: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
312: l_document_id := wf_engine.GetItemAttrNumber
313: (itemtype => l_item_type,
314: itemkey => l_item_key,
487: (itemtype => l_item_type,
488: itemkey => l_item_key,
489: aname => 'ORG_ID');
490:
491: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
493: l_document_id := wf_engine.GetItemAttrNumber
494: (itemtype => l_item_type,
495: itemkey => l_item_key,
734:
735: display_txn_curr := FND_PROFILE.value('POR_DEFAULT_DISP_TRANS_CURRENCY');
736:
737:
738: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
740: l_currency_code := PO_CORE_S2.get_base_currency;
741:
742: l_display_currency_price_cell := IsForeignCurrencyDisplayed (l_document_id, display_txn_curr, l_currency_code);
1245: SetDocMgrContext(l_item_type, l_item_key);
1246:
1247: display_txn_curr := FND_PROFILE.value('POR_DEFAULT_DISP_TRANS_CURRENCY');
1248:
1249: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1251: l_currency_code := PO_CORE_S2.get_base_currency;
1252:
1253: l_display_currency_price_cell := IsForeignCurrencyDisplayed (l_document_id, display_txn_curr, l_currency_code);
1694: (itemtype => l_item_type,
1695: itemkey => l_item_key,
1696: aname => 'ORG_ID');
1697:
1698: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1700: l_object_type := 'REQUISITION';
1701:
1702: if (display_type = 'text/html') then
3998: END IF;
3999: end if;
4000:
4001: -- Since WF notification can't set the org context, we need to set it here.
4002: PO_MOAC_UTILS_PVT.set_policy_context('S', p_org_id);
4003:
4004: open l_get_line_qty(p_group_id, p_line_id);
4005: fetch l_get_line_qty into l_line_total_qty;
4006: close l_get_line_qty;