DBA Data[Home] [Help]

APPS.BSC_COLOR_CALC_UTIL dependencies on BSC_COLOR_RANGES

Line 58: FROM bsc_color_ranges

54: AND kpi_measure_id IS NULL;
55:
56: CURSOR c_threshold_values IS
57: SELECT high, color_id
58: FROM bsc_color_ranges
59: WHERE color_range_id = l_color_range_id
60: ORDER BY color_range_sequence;
61:
62: BEGIN