DBA Data[Home] [Help]

APPS.BSC_MO_HELPER_PKG dependencies on BSC_AW_MD_API

Line 5576: if BSC_AW_MD_API.is_kpi_present(to_char(BSC_METADATA_OPTIMIZER_PKG.garrIndics(i))) then

5572: --Add_Value_Big_In_Cond_Number(1, BSC_METADATA_OPTIMIZER_PKG.garrIndics(i));
5573: -- Feb 16, 2006, AW attach/detach taking too long in 9i
5574: -- first check if objective was implemented as AW previously
5575: -- Needed for AW call out , start with index = 1 for Venu :)
5576: if BSC_AW_MD_API.is_kpi_present(to_char(BSC_METADATA_OPTIMIZER_PKG.garrIndics(i))) then
5577: l_drop_list_aw(l_drop_list_aw.count+1) := BSC_METADATA_OPTIMIZER_PKG.garrIndics(i);
5578: end if;
5579: l_drop_list_number(l_drop_list_number.count+1) := BSC_METADATA_OPTIMIZER_PKG.garrIndics(i);
5580: EXIT WHEN i = BSC_METADATA_OPTIMIZER_PKG.garrIndics.last;