DBA Data[Home] [Help]

APPS.BSC_DIMENSION_SETS_PUB dependencies on BSC_UTILITY

Line 1795: IF (l_count > BSC_UTILITY.MAX_DIM_IN_DIM_SET) THEN

1791: FROM BSC_KPI_DIM_LEVELS_VL
1792: WHERE Indicator = p_Dim_Set_Rec.Bsc_Kpi_Id
1793: AND Dim_Set_Id = p_Dim_Set_Rec.Bsc_Dim_Set_Id
1794: AND Level_Source = 'BSC';
1795: IF (l_count > BSC_UTILITY.MAX_DIM_IN_DIM_SET) THEN
1796: FND_MESSAGE.SET_NAME('BSC','BSC_DIM_SET_OVERFLOW');
1797: FND_MSG_PUB.ADD;
1798: RAISE FND_API.G_EXC_ERROR;
1799: END IF;

Line 1985: IF (l_count > BSC_UTILITY.MAX_DIM_IN_DIM_SET) THEN

1981: FROM BSC_KPI_DIM_LEVELS_VL
1982: WHERE Indicator = p_Dim_Set_Rec.Bsc_Kpi_Id
1983: AND Dim_Set_Id = p_Dim_Set_Rec.Bsc_Dim_Set_Id
1984: AND Level_Source = 'BSC';
1985: IF (l_count > BSC_UTILITY.MAX_DIM_IN_DIM_SET) THEN
1986: FND_MESSAGE.SET_NAME('BSC','BSC_DIM_SET_OVERFLOW');
1987: x_msg_data := x_msg_data || bsc_apps.get_message('BSC_DIM_SET_OVERFLOW');
1988: FND_MSG_PUB.ADD;
1989: RAISE FND_API.G_EXC_ERROR;