DBA Data[Home] [Help]

APPS.BSC_DIMENSION_SETS_PVT dependencies on STANDARD

Line 486: -- Following current BSC standards name the dimension set with 'Dimension set '

482: where indicator = l_Dim_Set_Rec.Bsc_Kpi_Id
483: and dim_set_id = l_Dim_Set_Rec.Bsc_Dim_Set_Id;
484: end if;
485:
486: -- Following current BSC standards name the dimension set with 'Dimension set '
487: -- concatenated with the dimension set id.
488: -- PAJOHRI Added the if condition
489: IF (l_Dim_Set_Rec.Bsc_Dim_Set_Name IS NULL) THEN
490: l_Dim_Set_Rec.Bsc_Dim_Set_Name := 'Dimension set ' || l_Dim_Set_rec.Bsc_Dim_Set_Id;