DBA Data[Home] [Help]

APPS.BSC_UPDATE_SUM dependencies on BSC_AW_MD_API

Line 2278: IF BSC_AW_MD_API.Is_Kpi_Present(x_indicator) THEN

2274: PRAGMA AUTONOMOUS_TRANSACTION;
2275: h_kpi_list dbms_sql.varchar2_table;
2276: BEGIN
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,