DBA Data[Home] [Help]

APPS.OE_DEPENDENCIES dependencies on FND_PROFILE

Line 282: IF UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')) IN ('Y', 'YES') THEN

278: g_dep_tbl(l_index ).attribute := OE_HEADER_UTIL.G_PAYMENT_TERM;
279: g_dep_tbl(l_index +1 ).attribute := OE_HEADER_UTIL.G_FREIGHT_TERMS;
280: g_dep_tbl(l_index +2 ).attribute := OE_HEADER_UTIL.G_SHIPPING_METHOD;
281: /* Added the following if condition to fix the bug 2478334 */
282: IF UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')) IN ('Y', 'YES') THEN
283: null;
284: ELSE
285: g_dep_tbl(l_index +3 ).attribute := OE_HEADER_UTIL.G_TRANSACTIONAL_CURR;
286: END IF;