DBA Data[Home] [Help]

APPS.BSC_UPGRADES dependencies on BSC_UTILITY

Line 135: l_dataset_name := BSC_UTILITY.get_Next_DispName(l_dataset_name);

131: EXCEPTION
132: -- Exception is thrown when the measure name fails during validation
133: -- WHEN FND_API.G_EXC_ERROR THEN
134: WHEN OTHERS THEN
135: l_dataset_name := BSC_UTILITY.get_Next_DispName(l_dataset_name);
136: END;
137: END LOOP;
138:
139: RETURN l_return_name;

Line 784: RETURN bsc_utility.Get_Unique_Sht_Name_By_Obj_Typ(p_Object_Type => bsc_utility.c_BSC_MEASURE);

780: FROM BSC_SYS_MEASURES
781: WHERE SHORT_NAME = p_Short_Name;
782:
783: IF(l_count > 0) THEN
784: RETURN bsc_utility.Get_Unique_Sht_Name_By_Obj_Typ(p_Object_Type => bsc_utility.c_BSC_MEASURE);
785: ELSE
786: RETURN p_Short_Name;
787: END IF;
788: END getUniqueShtNameSysMeasure;

Line 893: BSC_UTILITY.Add_To_Fnd_Msg_Stack(

889: --Added for Enhancement#4239216
890: Refresh_Measure_Col_Names;
891: --Added for Enhancement#4239216
892: Gen_Existing_Measure_Cols;
893: BSC_UTILITY.Add_To_Fnd_Msg_Stack(
894: p_error_tbl => l_error_tbl
895: ,x_return_status => l_return_status
896: ,x_msg_count => l_msg_count
897: ,x_msg_data => l_msg_data);

Line 1228: l_pmf_disp_name := bsc_utility.get_Next_DispName(l_pmf_disp_name);

1224: where upper(name) = upper(l_pmf_disp_name)
1225: and language = p_language;
1226:
1227: while(l_count > 0) loop
1228: l_pmf_disp_name := bsc_utility.get_Next_DispName(l_pmf_disp_name);
1229:
1230: select count(indicator_id) into l_count
1231: from bis_indicators_tl
1232: where upper(name) = upper(l_pmf_disp_name)

Line 2552: l_alias := BSC_UTILITY.get_Next_Alias(l_alias);

2548: IF (l_count = 0) THEN
2549: l_flag := FALSE;
2550: l_measure_short_name := l_temp_var;
2551: END IF;
2552: l_alias := BSC_UTILITY.get_Next_Alias(l_alias);
2553: l_temp_var := l_measure_short_name||l_alias;
2554: END LOOP;
2555:
2556: RETURN l_measure_short_name;

Line 2795: (bsc_utility.Is_Internal_AG_Dim(short_name) IS NOT NULL OR

2791: short_name
2792: FROM
2793: bis_dimensions
2794: WHERE
2795: (bsc_utility.Is_Internal_AG_Dim(short_name) IS NOT NULL OR
2796: bsc_utility.Is_Internal_BIS_Import_Dim(short_name) IS NOT NULL OR
2797: bsc_utility.Is_Internal_WKPI_Dim(short_name) IS NOT NULL)
2798: AND bis_util.is_Seeded(created_by,'T','F') = 'F'
2799: AND NVL(hide_in_design,'F') = 'F';

Line 2796: bsc_utility.Is_Internal_BIS_Import_Dim(short_name) IS NOT NULL OR

2792: FROM
2793: bis_dimensions
2794: WHERE
2795: (bsc_utility.Is_Internal_AG_Dim(short_name) IS NOT NULL OR
2796: bsc_utility.Is_Internal_BIS_Import_Dim(short_name) IS NOT NULL OR
2797: bsc_utility.Is_Internal_WKPI_Dim(short_name) IS NOT NULL)
2798: AND bis_util.is_Seeded(created_by,'T','F') = 'F'
2799: AND NVL(hide_in_design,'F') = 'F';
2800: BEGIN

Line 2797: bsc_utility.Is_Internal_WKPI_Dim(short_name) IS NOT NULL)

2793: bis_dimensions
2794: WHERE
2795: (bsc_utility.Is_Internal_AG_Dim(short_name) IS NOT NULL OR
2796: bsc_utility.Is_Internal_BIS_Import_Dim(short_name) IS NOT NULL OR
2797: bsc_utility.Is_Internal_WKPI_Dim(short_name) IS NOT NULL)
2798: AND bis_util.is_Seeded(created_by,'T','F') = 'F'
2799: AND NVL(hide_in_design,'F') = 'F';
2800: BEGIN
2801: FND_MSG_PUB.Initialize;