DBA Data[Home] [Help]

APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_COMMON_DIM_LEVELS_PUB

Line 2809: BSC_COMMON_DIM_LEVELS_PUB.Validate_List_Button

2805: list button. so we need to call the Validate_List_Button logic
2806: here.
2807: /************************************************************/
2808: IF (l_bsc_dim_obj_rec.Bsc_Source = 'BSC') THEN
2809: BSC_COMMON_DIM_LEVELS_PUB.Validate_List_Button
2810: (
2811: p_Kpi_Id => NULL
2812: , p_Dim_Level_Id => l_bsc_dim_obj_rec.Bsc_Level_Id
2813: , x_return_status => x_return_status

Line 3339: BSC_COMMON_DIM_LEVELS_PUB.Validate_List_Button

3335: So while deleting the dimension object validate if it is being used in
3336: the tabs.Validate_List_Button takes care of this.
3337: /************************************************************/
3338: IF (l_bsc_dim_obj_rec.Bsc_Source = 'BSC') THEN
3339: BSC_COMMON_DIM_LEVELS_PUB.Validate_List_Button
3340: (
3341: p_Kpi_Id => NULL
3342: , p_Dim_Level_Id => l_bsc_dim_obj_rec.Bsc_Level_Id
3343: , x_return_status => x_return_status