DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_CRUD_PUB dependencies on BSC_ANALYSIS_OPTION_PVT

Line 1678: BSC_ANALYSIS_OPTION_PVT.Refresh_Short_Names

1674: -- Currently we need to indentify if the first analysis option will
1675: -- be replaced by the newly added AO or not, until that is figured out
1676: -- we call the API Refresh_Short_Names to set the Short_Names in place.
1677:
1678: BSC_ANALYSIS_OPTION_PVT.Refresh_Short_Names
1679: (
1680: p_Commit => p_Commit
1681: , p_Kpi_Id => p_Indicator
1682: , x_Return_Status => x_return_status

Line 10676: BSC_ANALYSIS_OPTION_PVT.Cascade_Data_Src_Values (

10672:
10673: l_Actual_Data_Source := p_Region_Code || '.' || l_Measure_Attr_Code;
10674: l_Comparison_Source := p_Region_Code || '.' || l_Compare_Attr_Code;
10675:
10676: BSC_ANALYSIS_OPTION_PVT.Cascade_Data_Src_Values (
10677: p_Commit => p_Commit
10678: , p_Measure_Short_Name => l_Measure_Short_Name
10679: , p_Empty_Source => FND_API.G_FALSE
10680: , p_Actual_Data_Source_Type => l_Actual_Data_Source_Type