DBA Data[Home] [Help]

APPS.BSC_BIS_CUSTOM_KPI_UTIL_PUB dependencies on BIS_PMV_UTIL

Line 859: l_Region_Code := BIS_PMV_UTIL.GetReportRegion(p_Short_Name);

855: RETURN FND_API.G_FALSE;
856: END IF;
857:
858: -- we populate the Objective with FUNCTION_NAME of the report.
859: l_Region_Code := BIS_PMV_UTIL.GetReportRegion(p_Short_Name);
860:
861: SELECT R.ATTRIBUTE10 INTO l_Source_Type
862: FROM AK_REGIONS R
863: WHERE R.REGION_CODE = l_Region_Code;