DBA Data[Home] [Help]

APPS.BSC_DIMENSION_SETS_PUB dependencies on BSC_APPS

Line 1987: x_msg_data := x_msg_data || bsc_apps.get_message('BSC_DIM_SET_OVERFLOW');

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;
1990: END IF;
1991:

Line 1999: x_msg_data := x_msg_data || bsc_apps.get_message('BSC_ONE_DIM_OBJ_IN_COMPARISON');

1995: AND Dim_Set_Id = p_Dim_Set_Rec.Bsc_Dim_Set_Id
1996: AND DEFAULT_VALUE= 'C';
1997: IF (l_count > 1) THEN -- not more that 1 DimObj can be in comparison within a Dimension Set.
1998: FND_MESSAGE.SET_NAME('BSC','BSC_ONE_DIM_OBJ_IN_COMPARISON'); -- Need to change to a better meaning,
1999: x_msg_data := x_msg_data || bsc_apps.get_message('BSC_ONE_DIM_OBJ_IN_COMPARISON');
2000: FND_MSG_PUB.ADD;
2001: RAISE FND_API.G_EXC_ERROR;
2002: END IF;
2003: