DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT_UTIL dependencies on ARPCURR

Line 225: l_amount := arpcurr.CurrRound(

221:
222: IF (nvl(l_inv_line_extended_amount, 0) <> 0)
223: THEN
224:
225: l_amount := arpcurr.CurrRound(
226: (nvl(l_line_extended_amount, 0) /
227: l_inv_line_extended_amount) * l_inv_frt_amount,
228: p_currency_code);
229: