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