DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on FND_CURRENCIES

Line 1711: FROM fnd_currencies FC

1707: NULL, round(P_Amount, FC.precision),
1708: round(P_Amount/FC.minimum_accountable_unit) *
1709: FC.minimum_accountable_unit)
1710: INTO l_rounded_amount
1711: FROM fnd_currencies FC
1712: WHERE FC.currency_code = P_Currency_Code;
1713:
1714: RETURN(l_rounded_amount);
1715: