DBA Data[Home] [Help]

APPS.BSC_COLOR_UPGRADE dependencies on BSC_COLOR_CALC_UTIL

Line 337: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_kpi_measure_rec.indicator);

333: ( l_kpi_measure_rec.indicator
334: , l_kpi_measure_rec.kpi_measure_id
335: );
336:
337: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_kpi_measure_rec.indicator);
338: IF l_default_kpi_measure_id IS NULL THEN
339: x_error_msg := 'l_default_kpi_measure_id is NULL for Objective = ' || l_kpi_measure_rec.indicator || ' ;';
340: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
341: END IF;

Line 438: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_obj_prototype_flag_rec.objective_id);

434: END IF;
435:
436: IF l_update_flag THEN
437:
438: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_obj_prototype_flag_rec.objective_id);
439: IF l_default_kpi_measure_id IS NULL THEN
440: x_error_msg := 'l_default_kpi_measure_id is NULL for Objective = ' || l_obj_prototype_flag_rec.objective_id || ' ;';
441: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
442: END IF;

Line 515: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_obj_default_calc_rec.objective_id);

511:
512: FOR l_obj_default_calc_rec IN c_obj_default_calc LOOP
513: BEGIN
514:
515: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_obj_default_calc_rec.objective_id);
516: IF l_default_kpi_measure_id IS NULL THEN
517: x_error_msg := 'l_default_kpi_measure_id is NULL for Objective = ' || l_obj_default_calc_rec.objective_id || ' ;';
518: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
519: END IF;

Line 569: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_default_kpi_color.indicator);

565:
566: FOR l_default_kpi_color IN c_default_kpi_color LOOP
567: BEGIN
568:
569: l_default_kpi_measure_id := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(l_default_kpi_color.indicator);
570: IF l_default_kpi_measure_id IS NULL THEN
571: x_error_msg := 'l_default_kpi_measure_id is NULL for Objective = ' || l_default_kpi_color.indicator || ' ;';
572: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
573: END IF;