DBA Data[Home] [Help]

APPS.BSC_KPI_PUB dependencies on BSC_DIMENSION_LEVELS_PVT

Line 88: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_KPIS_B','INDICATOR');

84: l_Bsc_Kpi_Entity_Rec.Bsc_Calendar_Id := 1;
85: END IF;
86:
87: -- Get the next id available for the current Kpi.
88: l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_KPIS_B','INDICATOR');
89:
90: -- If KPI name is null then assign default.
91: IF l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Name IS NOT NULL THEN
92: IF l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Help IS NULL THEN