DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on FND_CURRENCIES

Line 1467: FROM fnd_currencies FC

1463: NULL, round(P_Amount, FC.precision),
1464: round(P_Amount/FC.minimum_accountable_unit) *
1465: FC.minimum_accountable_unit)
1466: INTO l_rounded_amount
1467: FROM fnd_currencies FC
1468: WHERE FC.currency_code = P_Currency_Code;
1469:
1470: RETURN(l_rounded_amount);
1471: