[Home] [Help]
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 --