DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_MEAS_PUB dependencies on BSC_BIS_DIM_OBJ_PUB

Line 7931: BSC_BIS_DIM_OBJ_PUB.Validate_PMF_Views(

7927: --dbms_output.PUT_LINE('CALLING CHECK VIEW FOR :- '||l_dim_sht_name );
7928:
7929: -- Dont validate if the Dimension short name is of rolling type. Bug#4290070
7930: IF (BIS_UTILITIES_PVT.Is_Rolling_Period_Level(l_dim_sht_name) = 0) THEN
7931: BSC_BIS_DIM_OBJ_PUB.Validate_PMF_Views(
7932: p_Dim_Obj_Short_Name => l_dim_sht_name
7933: , p_Dim_Obj_View_Name => null
7934: , x_Return_Status => x_return_status
7935: , x_Msg_Count => x_msg_count

Line 7954: BSC_BIS_DIM_OBJ_PUB.Validate_PMF_Views(

7950: else
7951: --dbms_output.PUT_LINE('CALLING CHECK VIEW FOR :- '||l_comma_shtnames );
7952: -- Dont validate if the Dimension short name is of rolling type. Bug#4290070
7953: IF (BIS_UTILITIES_PVT.Is_Rolling_Period_Level(l_comma_shtnames) = 0) THEN
7954: BSC_BIS_DIM_OBJ_PUB.Validate_PMF_Views(
7955: p_Dim_Obj_Short_Name => l_comma_shtnames
7956: , p_Dim_Obj_View_Name => null
7957: , x_Return_Status => x_return_status
7958: , x_Msg_Count => x_msg_count