DBA Data[Home] [Help]

APPS.BSC_OAF_VIEWS_PVT dependencies on BSC_KPI_ANALYSIS_OPTIONS_B

Line 621: from BSC_KPI_ANALYSIS_OPTIONS_B a,

617: -- First check if this is a simulation tree Indicator.
618: if l_simul_tree <> 0 then
619: select count(a.option_id)
620: into l_def_opt_count
621: from BSC_KPI_ANALYSIS_OPTIONS_B a,
622: BSC_KPI_ANALYSIS_GROUPS b
623: where a.indicator = x_indicator
624: and a.indicator = b.indicator
625: and a.analysis_group_id = b.analysis_group_id