DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BSC_KPIS_TL

Line 1308: FROM BSC_KPIS_TL

1304: INTO l_same_name
1305: FROM bsc_tab_indicators
1306: WHERE tab_id = p_tabId
1307: AND indicator IN (SELECT indicator
1308: FROM BSC_KPIS_TL
1309: WHERE UPPER(name) = UPPER(p_name));
1310: -- if there are kpis in this tab which have the same name it throws an error.
1311: IF l_same_name <> 0 then
1312: FND_MESSAGE.SET_NAME('BSC','BSC_B_NO_SAMEKPI_TAB');