DBA Data[Home] [Help]

APPS.BSC_BIS_DIMENSION_PUB dependencies on BSC_DIM_FILTERS_PUB

Line 2108: BSC_DIM_FILTERS_PUB.Check_Filters_Not_Apply

2104: IF (p_dim_obj_short_names IS NOT NULL) THEN
2105: l_Source_Type := NVL(BSC_BIS_DIMENSION_PUB.Get_Dimension_Source(p_dim_short_name), 'BSC');
2106: /* -- Changed the position because must to go at the final when the metadata had
2107: -- been updated
2108: BSC_DIM_FILTERS_PUB.Check_Filters_Not_Apply
2109: ( p_Tab_Id => NULL
2110: , x_return_status => x_return_status
2111: , x_msg_count => x_msg_count
2112: , x_msg_data => x_msg_data

Line 2209: BSC_DIM_FILTERS_PUB.Check_Filters_Not_Apply

2205:
2206: -- This syncrinization mut to go at the final when all the metadata had
2207: -- been updated.
2208: IF (l_Source_Type = 'BSC') THEN
2209: BSC_DIM_FILTERS_PUB.Check_Filters_Not_Apply
2210: ( p_Tab_Id => NULL
2211: , x_return_status => x_return_status
2212: , x_msg_count => x_msg_count
2213: , x_msg_data => x_msg_data