DBA Data[Home] [Help]

APPS.BSC_BIS_CUSTOM_KPI_UTIL_PUB dependencies on BIS_INDICATORS

Line 105: FROM bis_indicators

101:
102: l_Count := 0;
103:
104: SELECT COUNT(1) INTO l_Count
105: FROM bis_indicators
106: WHERE short_name = p_Short_Name
107: AND actual_data_source IS NOT NULL
108: AND actual_data_source_type = 'AK';
109: