DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BIS_PMV_UTIL

Line 5296: l_Region_Code := BIS_PMV_UTIL.GetReportRegion(p_Region_Function_Name);

5292: SELECT COUNT(1) INTO l_Count
5293: FROM BIS_INDICATORS
5294: WHERE SHORT_NAME = p_measure_short_name;
5295:
5296: l_Region_Code := BIS_PMV_UTIL.GetReportRegion(p_Region_Function_Name);
5297: l_attribute_code := BSC_BIS_KPI_CRUD_PUB.Get_Attribute_Code_For_Measure(l_Region_Code,p_Measure_Short_Name);
5298: IF (l_Count <> 0 AND l_Is_From_Report_Designer = TRUE) THEN
5299: l_Returned_Kpi_Id := BSC_BIS_KPI_CRUD_PUB.Get_Objective_By_AGKpi(p_Measure_Short_Name);
5300:

Line 5624: l_Is_XTD_Enabled := BSC_BIS_KPI_CRUD_PUB.is_XTD_Enabled(BIS_PMV_UTIL.GetReportRegion(p_Region_Function_Name));

5620: --DBMS_OUTPUT.PUT_LINE('STAGE 11');
5621:
5622: IF (l_Is_From_Report_Designer) THEN
5623: l_Dimension_Short_Name := l_Key_Short_Name;
5624: l_Is_XTD_Enabled := BSC_BIS_KPI_CRUD_PUB.is_XTD_Enabled(BIS_PMV_UTIL.GetReportRegion(p_Region_Function_Name));
5625: ELSE
5626: l_Dimension_Short_Name := p_Param_Portlet_Region_Code;
5627: l_Is_XTD_Enabled := BSC_BIS_KPI_CRUD_PUB.is_XTD_Enabled(p_Param_Portlet_Region_Code);
5628: END IF;