DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BSC_TAB_VIEWS_B

Line 9534: ,BSC_TAB_VIEWS_B B

9530: SELECT A.tab_id
9531: ,B.tab_view_id
9532: ,B.last_update_date
9533: FROM BSC_TABS_B A
9534: ,BSC_TAB_VIEWS_B B
9535: WHERE A.tab_id =B.tab_id
9536: AND A.short_name = p_region_code;
9537:
9538: BEGIN