DBA Data[Home] [Help]

APPS.POGOT_S dependencies on FND_CURRENCY

Line 13: fnd_currency.get_info(x_currency_code,

9: x_ext_precision NUMBER;
10: x_progress VARCHAR2(3) := NULL;
11: BEGIN
12: x_progress := 10;
13: fnd_currency.get_info(x_currency_code,
14: x_precision,
15: x_ext_precision,
16: x_min_unit );
17: EXCEPTION