DBA Data[Home] [Help]

APPS.AP_APPPST_PKG dependencies on FND_CURRENCIES

Line 85: from fnd_currencies FC

81: null, round(P_Amount, FC.precision),
82: round(P_Amount/FC.minimum_accountable_unit) *
83: FC.minimum_accountable_unit)
84: into l_rounded_amount
85: from fnd_currencies FC
86: where FC.currency_code = P_Currency_Code;
87: --
88: return(l_rounded_amount);
89: --