DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_KPI_DIM_LEVELS_B

Line 4890: update BSC_KPI_DIM_LEVELS_B

4886:
4887: --DBMS_OUTPUT.PUT_LINE(' BSC_KPI_PVT.Update_Kpi_In_Tab - Flag 4');
4888:
4889: -- Update Kpi Dim Level Information
4890: update BSC_KPI_DIM_LEVELS_B
4891: set default_value = 'T'
4892: where (default_value like 'D%')
4893: and indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
4894: