DBA Data[Home] [Help]

APPS.FUN_NET_UTIL dependencies on FND_CURRENCIES

Line 51: FROM fnd_currencies FC

47: null, round(P_Amount, FC.precision),
48: round(P_Amount/FC.minimum_accountable_unit) *
49: FC.minimum_accountable_unit)
50: INTO l_rounded_amount
51: FROM fnd_currencies FC
52: WHERE FC.currency_code = P_Currency_Code;
53:
54: RETURN(l_rounded_amount);
55: