DBA Data[Home] [Help]

APPS.BSC_DIMENSION_SETS_PVT dependencies on BSC_KPI_ANALYSIS_GROUPS

Line 536: update BSC_KPI_ANALYSIS_GROUPS

532: if(l_Dim_Set_Rec.Bsc_Dim_Set_Id <> 0) then
533: -- Reminder: For now we will assume that if more than one dimension set is created
534: -- then the user wants to be able to change dimension sets across
535: -- Analysis options.
536: update BSC_KPI_ANALYSIS_GROUPS
537: set change_dim_set = 1
538: where indicator = l_Dim_Set_Rec.Bsc_Kpi_Id
539: and analysis_group_id = 0;
540: end if;