DBA Data[Home] [Help]

APPS.IEX_METRIC_PVT dependencies on FND_CURRENCY

Line 303: fnd_currency.get_format_mask(iex_coll_ind.g_curr_rec.base_currency, 30));

299: CLOSE c_rating;
300: --Begin bug#5208170 schekuri 29-May-2006
301: BEGIN
302: l_current_value_num := TO_NUMBER(x_metric_value_tbl(l_current_row),
303: fnd_currency.get_format_mask(iex_coll_ind.g_curr_rec.base_currency, 30));
304: -- Begin fix bug #5360519-JYPARK-07/06/2006-if value is negative and non-amount format, getting number value
305: EXCEPTION
306: WHEN OTHERS THEN
307: l_current_value_num := x_metric_value_tbl(l_current_row);

Line 310: --l_current_value_num := TO_NUMBER(x_metric_value_tbl(l_current_row), fnd_currency.get_format_mask(g_curr_rec.base_currency, 30));

306: WHEN OTHERS THEN
307: l_current_value_num := x_metric_value_tbl(l_current_row);
308: END;
309: -- End fix bug #5360519-JYPARK-07/06/2006-if value is negative and non-amount format, getting number value
310: --l_current_value_num := TO_NUMBER(x_metric_value_tbl(l_current_row), fnd_currency.get_format_mask(g_curr_rec.base_currency, 30));
311: --End bug#5208170 schekuri 29-May-2006
312:
313: -- IF(x_metric_value_tbl(l_current_row) >= r_rating.low_from) AND
314: -- (x_metric_value_tbl(l_current_row) <= r_rating.low_to) THEN