DBA Data[Home] [Help]

APPS.BSC_OLAP_MAIN dependencies on BSC_MO_HELPER_PKG

Line 78: l_cur_run_kpis:=BSC_MO_HELPER_PKG.Get_New_Big_In_Cond_Number( 20, 'KPI.INDICATOR');

74: and col.column_name=:3
75: and col.owner =:4';
76: else --if incremental or seletive then consider production mode indicators and
77: -- indictors in current mode
78: l_cur_run_kpis:=BSC_MO_HELPER_PKG.Get_New_Big_In_Cond_Number( 20, 'KPI.INDICATOR');
79: l_counter := BSC_METADATA_OPTIMIZER_PKG.gIndicators.first;
80: if BSC_METADATA_OPTIMIZER_PKG.gIndicators.count <> 0 then
81: loop
82: BSC_MO_HELPER_PKG.Add_Value_Big_In_Cond_Number(20, BSC_METADATA_OPTIMIZER_PKG.gindicators(l_counter).code);

Line 82: BSC_MO_HELPER_PKG.Add_Value_Big_In_Cond_Number(20, BSC_METADATA_OPTIMIZER_PKG.gindicators(l_counter).code);

78: l_cur_run_kpis:=BSC_MO_HELPER_PKG.Get_New_Big_In_Cond_Number( 20, 'KPI.INDICATOR');
79: l_counter := BSC_METADATA_OPTIMIZER_PKG.gIndicators.first;
80: if BSC_METADATA_OPTIMIZER_PKG.gIndicators.count <> 0 then
81: loop
82: BSC_MO_HELPER_PKG.Add_Value_Big_In_Cond_Number(20, BSC_METADATA_OPTIMIZER_PKG.gindicators(l_counter).code);
83: EXIT WHEN l_counter=BSC_METADATA_OPTIMIZER_PKG.gIndicators.last;
84: l_counter := BSC_METADATA_OPTIMIZER_PKG.gIndicators.next(l_counter);
85: end loop;
86: end if;