DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on FND_CURRENCIES_VL

Line 311: FROM fnd_currencies_vl

307: statement := 'CURR PREC';
308:
309: SELECT precision
310: INTO p_curr_precision
311: FROM fnd_currencies_vl
312: WHERE currency_code = p_sob_currency_code;
313:
314: ------------------------------------------------------------
315: -- Get flexfield information --