DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_TABS_TL

Line 5694: from BSC_TABS_TL

5690: begin
5691:
5692: select count(*)
5693: into l_count
5694: from BSC_TABS_TL
5695: where upper(name) = upper(p_Tab_Name);
5696:
5697: return l_count;
5698: