DBA Data[Home] [Help]

APPS.RLM_FORECAST_SV dependencies on FND_GLOBAL

Line 1123: t_forecast(index_cnt).created_by := fnd_global.user_id;

1119: t_forecast(index_cnt).organization_id :=Recinfo.organization_id;
1120: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1121: t_forecast(index_cnt).last_update_date :=sysdate;
1122: t_forecast(index_cnt).creation_date :=sysdate;
1123: t_forecast(index_cnt).created_by := fnd_global.user_id;
1124: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1125: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1126: t_forecast(index_cnt).process_status :=2;
1127: t_forecast(index_cnt).confidence_percentage :=100;

Line 1124: t_forecast(index_cnt).last_update_login := fnd_global.login_id;

1120: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1121: t_forecast(index_cnt).last_update_date :=sysdate;
1122: t_forecast(index_cnt).creation_date :=sysdate;
1123: t_forecast(index_cnt).created_by := fnd_global.user_id;
1124: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1125: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1126: t_forecast(index_cnt).process_status :=2;
1127: t_forecast(index_cnt).confidence_percentage :=100;
1128: t_forecast(index_cnt).comments :=null;

Line 1213: t_forecast(index_cnt).created_by := fnd_global.user_id;

1209: t_forecast(index_cnt).organization_id :=Recinfo.organization_id;
1210: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1211: t_forecast(index_cnt).last_update_date :=sysdate;
1212: t_forecast(index_cnt).creation_date :=sysdate;
1213: t_forecast(index_cnt).created_by := fnd_global.user_id;
1214: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1215: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1216: t_forecast(index_cnt).process_status :=2;
1217: t_forecast(index_cnt).confidence_percentage :=100;

Line 1214: t_forecast(index_cnt).last_update_login := fnd_global.login_id;

1210: t_forecast(index_cnt).forecast_date :=Recinfo.forecast_date;
1211: t_forecast(index_cnt).last_update_date :=sysdate;
1212: t_forecast(index_cnt).creation_date :=sysdate;
1213: t_forecast(index_cnt).created_by := fnd_global.user_id;
1214: t_forecast(index_cnt).last_update_login := fnd_global.login_id;
1215: t_forecast(index_cnt).quantity :=Recinfo.quantity;
1216: t_forecast(index_cnt).process_status :=2;
1217: t_forecast(index_cnt).confidence_percentage :=100;
1218: t_forecast(index_cnt).comments :=null;