DBA Data[Home] [Help]

APPS.BSC_UPGRADES dependencies on BSC_BIS_CUSTOM_KPI_UTIL_PUB

Line 197: IF (BSC_BIS_CUSTOM_KPI_UTIL_PUB.is_KPI_EndToEnd_Measure(c_meas.short_name) = FND_API.G_TRUE) THEN -- custom KPI

193: IF (l_max_ds_id_bis <> l_max_ds_id_bsc) THEN -- dataset ids are out of synch
194: -- remove BSC measures from pmf repository
195: -- Exclude non-corrupt s2e measures.
196: FOR c_meas IN c_bsc_measures_in_pmf LOOP
197: IF (BSC_BIS_CUSTOM_KPI_UTIL_PUB.is_KPI_EndToEnd_Measure(c_meas.short_name) = FND_API.G_TRUE) THEN -- custom KPI
198: OPEN c_s2e_kpis(c_meas.indicator_id);
199: FETCH c_s2e_kpis INTO l_count;
200: IF (l_count = 0) THEN -- custom KPI is corrupt, delete it from PMF side (should not happen ideally)
201: l_num_ids := l_num_ids + 1;

Line 691: IF (BSC_BIS_CUSTOM_KPI_UTIL_PUB.is_KPI_EndToEnd_Measure(cr.Measure_Id) = FND_API.G_TRUE) THEN

687: l_measure_rec.Last_Updated_By := cr.last_updated_by;
688: l_measure_rec.Last_Update_Login := cr.last_update_login;
689:
690: -- Get the actual_data_source, actual_data_source_type and function name for custom KPIs
691: IF (BSC_BIS_CUSTOM_KPI_UTIL_PUB.is_KPI_EndToEnd_Measure(cr.Measure_Id) = FND_API.G_TRUE) THEN
692: BEGIN
693: BSC_BIS_CUSTOM_KPI_UTIL_PUB.Get_Pmf_Metadata_By_Objective (
694: p_Dataset_Id => cr.dataset_Id
695: , p_Measure_Short_Name => cr.short_name

Line 693: BSC_BIS_CUSTOM_KPI_UTIL_PUB.Get_Pmf_Metadata_By_Objective (

689:
690: -- Get the actual_data_source, actual_data_source_type and function name for custom KPIs
691: IF (BSC_BIS_CUSTOM_KPI_UTIL_PUB.is_KPI_EndToEnd_Measure(cr.Measure_Id) = FND_API.G_TRUE) THEN
692: BEGIN
693: BSC_BIS_CUSTOM_KPI_UTIL_PUB.Get_Pmf_Metadata_By_Objective (
694: p_Dataset_Id => cr.dataset_Id
695: , p_Measure_Short_Name => cr.short_name
696: , x_Actual_Source_Type => l_measure_rec.Actual_Data_Source_Type
697: , x_Actual_Source => l_measure_rec.Actual_Data_Source