DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_TAB_IND_GROUPS_B

Line 4603: from BSC_TAB_IND_GROUPS_B

4599:
4600: -- Check that this Group has not been assigned to the tab yet.
4601: select count(*)
4602: into l_count
4603: from BSC_TAB_IND_GROUPS_B
4604: where tab_id = l_Bsc_Kpi_Entity_Rec.Bsc_Tab_Id
4605: and ind_group_id = l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Group_Id;
4606:
4607: --DBMS_OUTPUT.PUT_LINE(' BSC_KPI_PVT.Create_Kpi_In_Tab - Flag 5');

Line 5347: FROM BSC_TAB_IND_GROUPS_B

5343:
5344: if l_x_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Group_Id is not null then
5345:
5346: SELECT COUNT(1) INTO l_Count
5347: FROM BSC_TAB_IND_GROUPS_B
5348: WHERE IND_GROUP_ID = l_x_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Group_Id;
5349:
5350: if l_count = 0 then
5351: FND_MESSAGE.SET_NAME('BSC','BSC_INVALID_KGROUP_ID');