DBA Data[Home] [Help]

APPS.BIX_KPI_AGENT_RPT_PKG dependencies on FND_CURRENCY

Line 47: g_format_mask := fnd_currency.get_format_mask(l_user_curr, 30);

43: INTO l_user_curr
44: FROM dual;
45:
46: /* Get the format mask for the user currency */
47: g_format_mask := fnd_currency.get_format_mask(l_user_curr, 30);
48:
49: /* If the user currency and BIX global currency does not match then */
50: /* get the exchange rate according to BIX conversion type and sysdate */
51: IF (l_global_curr <> l_user_curr) THEN