DBA Data[Home] [Help]

APPS.BSC_UPDATE_SUM dependencies on BSC_AW_LOAD

Line 2281: bsc_aw_load.load_kpi(

2277: -- Fix bug#5134927 verify the aw cubes exists for this kpi
2278: IF BSC_AW_MD_API.Is_Kpi_Present(x_indicator) THEN
2279: h_kpi_list.delete;
2280: h_kpi_list(1) := x_indicator;
2281: bsc_aw_load.load_kpi(
2282: p_kpi_list => h_kpi_list,
2283: p_options => 'DEBUG LOG'
2284: );
2285: END IF;