DBA Data[Home] [Help]

APPS.OZF_ACTFORECAST_PVT dependencies on DUAL

Line 225: FROM dual;

221: WHERE forecast_id = l_forecast_id;
222:
223: CURSOR c_act_forecast_id IS
224: SELECT ozf_act_forecasts_all_s.NEXTVAL
225: FROM dual;
226:
227: BEGIN
228: --
229: -- Initialize savepoint.