DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on FND_CURRENCIES_VL

Line 296: FROM fnd_currencies_vl

292: statement := 'CURR PREC';
293:
294: SELECT precision
295: INTO p_curr_precision
296: FROM fnd_currencies_vl
297: WHERE currency_code = p_sob_currency_code;
298:
299: ------------------------------------------------------------
300: -- Get flexfield information --