DBA Data[Home] [Help]

APPS.JG_ZZ_TURNOVER_AR_PKG dependencies on FND_CURRENCIES_VL

Line 357: from fnd_currencies_vl

353:
354: BEGIN
355: select precision
356: into l_precision
357: from fnd_currencies_vl
358: where currency_code = l_func_curr;
359: EXCEPTION
360: WHEN NO_DATA_FOUND THEN
361: fnd_file.put_line(fnd_file.log,'No data found while retrieving precision. Check the currency code.');