DBA Data[Home] [Help]

APPS.BSC_KPI_PUB dependencies on BSC_TABS_B

Line 4717: from BSC_TABS_B

4713: l_Bsc_Kpi_Entity_Rec BSC_KPI_PUB.Bsc_Kpi_Entity_Rec;
4714: l_Bsc_Tab_Entity_Rec BSC_SCORECARD_PUB.Bsc_Tab_Entity_Rec;
4715:
4716: cursor c is select *
4717: from BSC_TABS_B
4718: where TAB_ID = l_share_tab
4719: for update of TAB_ID nowait;
4720: recinfo c%rowtype;
4721: