DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BSC_DB_MEASURE_GROUPS_VL

Line 4413: FROM BSC_DB_MEASURE_GROUPS_VL

4409: BEGIN
4410:
4411: SELECT MEASURE_GROUP_ID
4412: INTO l_Measure_Group_Id
4413: FROM BSC_DB_MEASURE_GROUPS_VL
4414: WHERE UPPER(HELP) = UPPER(p_Kpi_Portlet_Function_Name);
4415:
4416: -- reason: help is used as name, and it's not unique. We are trying to
4417: -- avoid the situation of having two same names with different cases.