DBA Data[Home] [Help]

APPS.PO_PARTIAL_FUNDING_PKG dependencies on FND_CURRENCY

Line 301: fnd_currency.get_info(l_func_currency_tbl(i),

297: FOR i IN 1.. l_dist_id_tbl.COUNT LOOP
298: --13943396 Extract the precision value to round the Funded value
299: IF x_precision IS NULL THEN
300:
301: fnd_currency.get_info(l_func_currency_tbl(i),
302: x_precision,
303: x_ext_precision,
304: x_min_acct_unit );
305: