DBA Data[Home] [Help]

APPS.BSC_KPI_SERIES_PUB dependencies on BSC_COLOR_CALC_UTIL

Line 243: l_color_rollup_type := BSC_COLOR_CALC_UTIL.Get_Obj_Color_Rollup_Type(p_Indicator);

239: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
240: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
241: END IF;
242:
243: l_color_rollup_type := BSC_COLOR_CALC_UTIL.Get_Obj_Color_Rollup_Type(p_Indicator);
244: IF l_color_rollup_type <> BSC_COLOR_CALC_UTIL.DEFAULT_KPI OR
245: (l_color_rollup_type = BSC_COLOR_CALC_UTIL.DEFAULT_KPI AND
246: BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) = l_kpi_measure_id)THEN
247: BSC_DESIGNER_PVT.ActionFlag_Change (

Line 244: IF l_color_rollup_type <> BSC_COLOR_CALC_UTIL.DEFAULT_KPI OR

240: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
241: END IF;
242:
243: l_color_rollup_type := BSC_COLOR_CALC_UTIL.Get_Obj_Color_Rollup_Type(p_Indicator);
244: IF l_color_rollup_type <> BSC_COLOR_CALC_UTIL.DEFAULT_KPI OR
245: (l_color_rollup_type = BSC_COLOR_CALC_UTIL.DEFAULT_KPI AND
246: BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) = l_kpi_measure_id)THEN
247: BSC_DESIGNER_PVT.ActionFlag_Change (
248: x_indicator => p_Indicator

Line 245: (l_color_rollup_type = BSC_COLOR_CALC_UTIL.DEFAULT_KPI AND

241: END IF;
242:
243: l_color_rollup_type := BSC_COLOR_CALC_UTIL.Get_Obj_Color_Rollup_Type(p_Indicator);
244: IF l_color_rollup_type <> BSC_COLOR_CALC_UTIL.DEFAULT_KPI OR
245: (l_color_rollup_type = BSC_COLOR_CALC_UTIL.DEFAULT_KPI AND
246: BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) = l_kpi_measure_id)THEN
247: BSC_DESIGNER_PVT.ActionFlag_Change (
248: x_indicator => p_Indicator
249: ,x_newflag => BSC_DESIGNER_PVT.G_ActionFlag.GAA_Color

Line 246: BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) = l_kpi_measure_id)THEN

242:
243: l_color_rollup_type := BSC_COLOR_CALC_UTIL.Get_Obj_Color_Rollup_Type(p_Indicator);
244: IF l_color_rollup_type <> BSC_COLOR_CALC_UTIL.DEFAULT_KPI OR
245: (l_color_rollup_type = BSC_COLOR_CALC_UTIL.DEFAULT_KPI AND
246: BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) = l_kpi_measure_id)THEN
247: BSC_DESIGNER_PVT.ActionFlag_Change (
248: x_indicator => p_Indicator
249: ,x_newflag => BSC_DESIGNER_PVT.G_ActionFlag.GAA_Color
250: );

Line 836: l_old_default_kpi := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator);

832: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
833: END IF;
834:
835: l_Measure_Source := bsc_Oaf_Views_Pvt.Get_Dataset_Source(x_Dataset_Id => p_DataSet_Id);
836: l_old_default_kpi := BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator);
837:
838: IF l_Measure_Source = 'PMF' THEN
839: SELECT
840: dim_set_id

Line 1146: IF l_kpi_measure_id = BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) THEN

1142: l_Anal_Opt_Rec.Bsc_Option_Group1 := p_Analysis_Option1;
1143: l_Anal_Opt_Rec.Bsc_Option_Group2 := p_Analysis_Option2;
1144: l_Anal_Opt_Rec.Bsc_Dataset_Series_Id := p_Series_Id;
1145:
1146: IF l_kpi_measure_id = BSC_COLOR_CALC_UTIL.Get_Default_Kpi_Measure_Id(p_Indicator) THEN
1147: l_Reset_Default := TRUE;
1148: END IF;
1149:
1150: BSC_ANALYSIS_OPTION_PUB.Delete_Analysis_Measures(