261:
262: /* Bug#2767208 : Added the following function call to get the document
263: currency precision and minimum accountable unit */
264:
265: fnd_currency.get_info(X_currency_code,
266: X_precision,
267: X_ext_precision,
268: X_min_acct_unit);
269:
474: l_line_amount NUMBER;
475:
476: BEGIN
477:
478: FND_CURRENCY.get_info(p_currency_code,
479: l_precision,
480: l_ext_precision,
481: l_min_acct_unit);
482: