DBA Data[Home] [Help]

APPS.BSC_MO_INDICATOR_PKG dependencies on BSC_MO_DOC_PKG

Line 2536: l_index := BSC_MO_HELPER_PKG.findindex(BSC_MO_DOC_PKG.gDocIndicators, Ind);

2532: if (pUseGIndics) then
2533: l_index := BSC_MO_HELPER_PKG.findindex(BSC_METADATA_OPTIMIZER_PKG.gIndicators, Ind);
2534: l_indicator := BSC_METADATA_OPTIMIZER_PKG.gIndicators(l_index);
2535: else
2536: l_index := BSC_MO_HELPER_PKG.findindex(BSC_MO_DOC_PKG.gDocIndicators, Ind);
2537: l_indicator := BSC_MO_DOC_PKG.gDocIndicators(l_index);
2538: end if;
2539:
2540: If l_indicator.IndicatorType = 1 And l_indicator.ConfigType = 3 Then

Line 2537: l_indicator := BSC_MO_DOC_PKG.gDocIndicators(l_index);

2533: l_index := BSC_MO_HELPER_PKG.findindex(BSC_METADATA_OPTIMIZER_PKG.gIndicators, Ind);
2534: l_indicator := BSC_METADATA_OPTIMIZER_PKG.gIndicators(l_index);
2535: else
2536: l_index := BSC_MO_HELPER_PKG.findindex(BSC_MO_DOC_PKG.gDocIndicators, Ind);
2537: l_indicator := BSC_MO_DOC_PKG.gDocIndicators(l_index);
2538: end if;
2539:
2540: If l_indicator.IndicatorType = 1 And l_indicator.ConfigType = 3 Then
2541: return true;

Line 2573: l_index := BSC_MO_HELPER_PKG.findindex(BSC_MO_DOC_PKG.gDocIndicators, Ind);

2569: if (pUseGIndics) then
2570: l_index := BSC_MO_HELPER_PKG.findindex(BSC_METADATA_OPTIMIZER_PKG.gIndicators, Ind);
2571: l_indicator := BSC_METADATA_OPTIMIZER_PKG.gIndicators(l_index);
2572: else
2573: l_index := BSC_MO_HELPER_PKG.findindex(BSC_MO_DOC_PKG.gDocIndicators, Ind);
2574: l_indicator := BSC_MO_DOC_PKG.gDocIndicators(l_index);
2575: end if;
2576:
2577: If l_indicator.IndicatorType = 1 And l_indicator.ConfigType = 2 Then

Line 2574: l_indicator := BSC_MO_DOC_PKG.gDocIndicators(l_index);

2570: l_index := BSC_MO_HELPER_PKG.findindex(BSC_METADATA_OPTIMIZER_PKG.gIndicators, Ind);
2571: l_indicator := BSC_METADATA_OPTIMIZER_PKG.gIndicators(l_index);
2572: else
2573: l_index := BSC_MO_HELPER_PKG.findindex(BSC_MO_DOC_PKG.gDocIndicators, Ind);
2574: l_indicator := BSC_MO_DOC_PKG.gDocIndicators(l_index);
2575: end if;
2576:
2577: If l_indicator.IndicatorType = 1 And l_indicator.ConfigType = 2 Then
2578: return true;