DBA Data[Home] [Help]

APPS.BSC_DIMENSION_SETS_PUB dependencies on BSC_DIM_FILTERS_PUB

Line 1659: l_Dim_Set_Rec.Bsc_View_Name := NVL(BSC_DIM_FILTERS_PUB.Get_Filter_View_Name

1655: l_Dim_Set_Rec.Bsc_Dim_Comp_Disp_Name := cd.Comp_Disp_Name;
1656: END IF;
1657:
1658: IF (cd.Source = 'BSC') THEN
1659: l_Dim_Set_Rec.Bsc_View_Name := NVL(BSC_DIM_FILTERS_PUB.Get_Filter_View_Name
1660: (l_Dim_Set_Rec.Bsc_Kpi_Id, l_Dim_Set_Rec.Bsc_Level_Id), cd.Level_View_Name);
1661: ELSE
1662: l_Dim_Set_Rec.Bsc_View_Name := cd.Level_View_Name;
1663: END IF;