1100: t_forecast(index_cnt).organization_id :=Recinfo.organization_id;
1101: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1102: t_forecast(index_cnt).last_update_date :=sysdate;
1103: t_forecast(index_cnt).creation_date :=sysdate;
1104: t_forecast(index_cnt).created_by := fnd_global.user_id;
1105: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1106: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1107: t_forecast(index_cnt).process_status :=2;
1108: t_forecast(index_cnt).confidence_percentage :=100;
1101: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1102: t_forecast(index_cnt).last_update_date :=sysdate;
1103: t_forecast(index_cnt).creation_date :=sysdate;
1104: t_forecast(index_cnt).created_by := fnd_global.user_id;
1105: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1106: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1107: t_forecast(index_cnt).process_status :=2;
1108: t_forecast(index_cnt).confidence_percentage :=100;
1109: t_forecast(index_cnt).comments :=null;
1190: t_forecast(index_cnt).organization_id :=Recinfo.organization_id;
1191: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1192: t_forecast(index_cnt).last_update_date :=sysdate;
1193: t_forecast(index_cnt).creation_date :=sysdate;
1194: t_forecast(index_cnt).created_by := fnd_global.user_id;
1195: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1196: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1197: t_forecast(index_cnt).process_status :=2;
1198: t_forecast(index_cnt).confidence_percentage :=100;
1191: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1192: t_forecast(index_cnt).last_update_date :=sysdate;
1193: t_forecast(index_cnt).creation_date :=sysdate;
1194: t_forecast(index_cnt).created_by := fnd_global.user_id;
1195: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1196: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1197: t_forecast(index_cnt).process_status :=2;
1198: t_forecast(index_cnt).confidence_percentage :=100;
1199: t_forecast(index_cnt).comments :=null;