DBA Data[Home] [Help]

APPS.BSC_AW_LOAD_KPI dependencies on BSC_AW_BSC_METADATA

Line 2588: bsc_aw_bsc_metadata.get_forecast_current_period(p_kpi,p_calendar,p_periodicity,p_period);

2584: p_periodicity number,
2585: p_period out nocopy varchar2
2586: ) is
2587: Begin
2588: bsc_aw_bsc_metadata.get_forecast_current_period(p_kpi,p_calendar,p_periodicity,p_period);
2589: Exception when others then
2590: log_n('Exception in get_forecast_current_period '||sqlerrm);
2591: raise;
2592: End;