DBA Data[Home] [Help]

APPS.BSC_KPI_GROUP_PVT dependencies on BSC_TAB_INDICATORS

Line 606: from bsc_kpis_b a, bsc_tab_indicators b

602: if ((p_Bsc_Kpi_Group_Rec.Bsc_Tab_Id is not null) and (p_Bsc_Kpi_Group_Rec.Bsc_Tab_Id <> -1)) then
603:
604: select count(b.indicator)
605: into l_count_kpi
606: from bsc_kpis_b a, bsc_tab_indicators b
607: where a.ind_group_id = p_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Id
608: and a.indicator = b.indicator
609: and b.tab_id = p_Bsc_Kpi_Group_Rec.Bsc_Tab_Id;
610: