DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on PO_CORE_S2

Line 1304: l_currency_code := PO_CORE_S2.get_base_currency;

1300: display_txn_curr := FND_PROFILE.value('POR_DEFAULT_DISP_TRANS_CURRENCY');
1301:
1302: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1303:
1304: l_currency_code := PO_CORE_S2.get_base_currency;
1305:
1306: if (display_type = 'text/html') then
1307:
1308: return;

Line 1574: l_currency_code := PO_CORE_S2.get_base_currency;

1570:
1571:
1572: multiple_cost_center := fnd_message.get_string('PO', 'PO_WF_NOTIF_MULTIPLE');
1573:
1574: l_currency_code := PO_CORE_S2.get_base_currency;
1575:
1576: /* Bug 2480327
1577: ** notification UI enhancement
1578: */