DBA Data[Home] [Help]

APPS.BSC_SCORECARD_PVT dependencies on BSC_PMF_UI_WRAPPER

Line 675: BSC_PMF_UI_WRAPPER.Unassign_KPI(

671: -- Unassingn the indicator from the tab first
672: -- The rules for unassign will apply while deleting tab also
673: FOR CD IN c_indic_in_tab LOOP
674:
675: BSC_PMF_UI_WRAPPER.Unassign_KPI(
676: p_commit => FND_API.G_FALSE
677: ,p_kpi_id => CD.INDICATOR
678: ,p_tab_id => p_Bsc_Tab_Entity_Rec.Bsc_Tab_Id
679: ,x_return_status => x_return_status