DBA Data[Home] [Help]

APPS.BSC_COLOR_CALC_UTIL dependencies on BSC_KPI_MEASURE_WEIGHTS

Line 172: FROM bsc_kpi_measure_weights

168: )
169: RETURN NUMBER IS
170: CURSOR c_kpi_measure_weight IS
171: SELECT weight
172: FROM bsc_kpi_measure_weights
173: WHERE kpi_measure_id = p_kpi_measure_id
174: AND indicator = p_objective_id;
175: l_weight NUMBER;
176: BEGIN