DBA Data[Home] [Help]

APPS.FV_ECON_BENF_DISC dependencies on FND_CURRENCIES

Line 133: from fnd_currencies

129: where invoice_id =x_invoice_id;
130:
131: select precision
132: into l_precision
133: from fnd_currencies
134: where currency_code =l_code;
135:
136: -- Bug 5470357. Without this assignment statement the output would always be NULL
137: x_interest_amount := round(C_interest_amount ,l_precision);