DBA Data[Home] [Help]

APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_FORECASTS_ALL_S

Line 224: SELECT ozf_act_forecasts_all_s.NEXTVAL

220: FROM ozf_act_forecasts_all
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: --

Line 723: UPDATE ozf_act_forecasts_all SET

719:
720: END IF;
721:
722:
723: UPDATE ozf_act_forecasts_all SET
724: object_version_number = object_version_number +1,
725: forecast_type = l_act_forecast_rec.forecast_type,
726: arc_act_fcast_used_by = l_act_forecast_rec.arc_act_fcast_used_by,
727: act_fcast_used_by_id = l_act_forecast_rec.act_fcast_used_by_id,