DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on ARPCURR

Line 4825: ext_amt := arpcurr.currround(I.quantity_invoiced *

4821: /* Bug 6397348 Set the amount precision as per currency precision*/
4822:
4823: For I in c_ext_amt
4824: Loop
4825: ext_amt := arpcurr.currround(I.quantity_invoiced *
4826: I.unit_selling_price,I.CURRENCY_CODE);
4827: UPDATE ar_trx_lines_gt
4828: SET extended_amount =ext_amt
4829: WHERE extended_amount IS NULL