DBA Data[Home] [Help]

APPS.XTR_CSH_FCST_POP dependencies on CE_FORECASTS

Line 843: UPDATE ce_forecasts

839: When NO_DATA_FOUND Then
840: IF xtr_debug_pkg.pg_sqlplus_enable_flag = 1 THEN
841: xtr_debug_pkg.debug('row_id = ' || to_char(XTR_CASH_FCST.G_forecast_row_id));
842: END IF;
843: UPDATE ce_forecasts
844: SET error_status = 'E'
845: WHERE forecast_id = CE_CASH_FCST.G_forecast_id;
846:
847: FND_MESSAGE.set_name('CE', 'CE_NO_HIST_START_PERIOD');

Line 1102: UPDATE ce_forecasts

1098: IF xtr_debug_pkg.pg_sqlplus_enable_flag = 1 THEN
1099: xtr_debug_pkg.debug('row_id = ' || to_char(XTR_CASH_FCST.G_forecast_row_id));
1100: END IF;
1101:
1102: UPDATE ce_forecasts
1103: SET error_status = 'E'
1104: WHERE forecast_id = CE_CASH_FCST.G_forecast_id;
1105:
1106: FND_MESSAGE.set_name('CE', 'CE_NO_HIST_START_PERIOD');

Line 1214: UPDATE ce_forecasts

1210: When NO_DATA_FOUND Then
1211: IF xtr_debug_pkg.pg_sqlplus_enable_flag = 1 THEN
1212: xtr_debug_pkg.debug('row_id = ' || to_char(XTR_CASH_FCST.G_forecast_row_id));
1213: END IF;
1214: UPDATE ce_forecasts
1215: SET error_status = 'E'
1216: WHERE forecast_id = CE_CASH_FCST.G_forecast_id;
1217:
1218: FND_MESSAGE.set_name('CE', 'CE_NO_HIST_START_PERIOD');