DBA Data[Home] [Help]

APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_KPI_ANALYSIS_GROUPS

Line 3641: from BSC_KPI_ANALYSIS_GROUPS

3637:
3638: if p_analysis_group_id > 0 then
3639: select DEPENDENCY_FLAG
3640: into p_Bsc_kpi_Entity_Rec.Bsc_Dependency_Flag
3641: from BSC_KPI_ANALYSIS_GROUPS
3642: where INDICATOR = p_kpi_id
3643: and ANALYSIS_GROUP_ID = p_analysis_group_id;
3644:
3645: if p_analysis_group_id = 2 and p_Bsc_kpi_Entity_Rec.Bsc_Dependency_Flag <> 0 then

Line 3648: from BSC_KPI_ANALYSIS_GROUPS

3644:
3645: if p_analysis_group_id = 2 and p_Bsc_kpi_Entity_Rec.Bsc_Dependency_Flag <> 0 then
3646: select DEPENDENCY_FLAG
3647: into p_Bsc_kpi_Entity_Rec.Bsc_gp_Dependency_Flag
3648: from BSC_KPI_ANALYSIS_GROUPS
3649: where INDICATOR = p_kpi_id
3650: and ANALYSIS_GROUP_ID = 1;
3651: end if;
3652: