DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on FND_CURRENCY

Line 1923: fnd_currency.get_info (p_lines.hd_currency_code_tbl(i),

1919:
1920: l_progress := '080';
1921:
1922: IF p_lines.hd_currency_code_tbl(i) IS NOT NULL THEN
1923: fnd_currency.get_info (p_lines.hd_currency_code_tbl(i),
1924: x_precision,
1925: x_ext_precision,
1926: x_min_unit);
1927: END IF;

Line 4751: FND_CURRENCY.get_info ( currency_code => p_po_currency_code ,

4747: -- Get the precision/extended precision for the PO Currency.
4748:
4749: IF p_po_currency_code IS NOT NULL THEN
4750: l_progress:='010';
4751: FND_CURRENCY.get_info ( currency_code => p_po_currency_code ,
4752: PRECISION => l_precision ,
4753: ext_precision => l_ext_precision ,
4754: min_acct_unit => l_min_acct_unit );
4755: END IF;