DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on FND_CURRENCIES

Line 3668: FROM fnd_currencies fc

3664:
3665: SELECT round(p_amount,nvl( fc.precision,0))
3666:
3667: INTO l_rounded_amount
3668: FROM fnd_currencies fc
3669: WHERE fc.currency_code = p_currency_code;
3670:
3671: RETURN(l_rounded_amount);
3672: