DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BIS_AK_REGION_EXTENSION

Line 518: bis_ak_region_extension c

514: ,x_ind_name
515: ,x_ytd_enabled
516: FROM bsc_kpis_vl a,
517: bsc_tab_indicators b,
518: bis_ak_region_extension c
519: WHERE a.short_name = c.region_code(+)
520: AND a.short_name = p_Region_Code
521: AND a.INDICATOR =b.INDICATOR(+)
522: AND a.prototype_flag<>2