DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on EAM_WIPID_TAB_TYPE

Line 7: current_forecasts_index system.eam_wipid_tab_type;

3:
4: type t_WorkBenchIdTable is table of NUMBER index by binary_integer ;
5:
6: -- declare a PL/SQL table to record pm_forecast_id's
7: current_forecasts_index system.eam_wipid_tab_type;
8: current_forecasts_index2 t_WorkBenchIdTable;
9: current_forecasts t_WorkBenchIdTable;
10:
11: empty_id_list t_WorkBenchIdTable; -- to clear current_forecasts