DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on FND_CURRENCY

Line 1243: fnd_currency.get_info(l_func_currency_code,

1239: WHERE glsob.set_of_books_id = fsp.set_of_books_id
1240: AND fsp.org_id = p_org_id_tbl(i);
1241:
1242: --13943396 Extract the precision value to round the Funded value
1243: fnd_currency.get_info(l_func_currency_code,
1244: x_precision,
1245: x_ext_precision,
1246: x_min_acct_unit );
1247: