DBA Data[Home] [Help]

APPS.BSC_KPI_GROUP_PVT dependencies on BSC_KPI_PUB

Line 635: and PROTOTYPE_FLAG <> BSC_KPI_PUB.DELETE_KPI_FLAG; -- Added to fix bug 3267470

631: select count(indicator)
632: into l_count
633: from BSC_KPIS_B
634: where ind_group_id = p_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Id
635: and PROTOTYPE_FLAG <> BSC_KPI_PUB.DELETE_KPI_FLAG; -- Added to fix bug 3267470
636:
637: if l_count = 0 then
638: delete from BSC_TAB_IND_GROUPS_B
639: where ind_group_id = p_Bsc_Kpi_Group_Rec.Bsc_Kpi_Group_Id;