DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WRO

Line 353: delete from eam_forecast_wro

349: delete from eam_forecast_wor
350: where forecast_id = p_forecast_id
351: AND wip_entity_id = p_wip_id;
352:
353: delete from eam_forecast_wro
354: where forecast_id = p_forecast_id
355: AND wip_entity_id = p_wip_id;
356:
357: delete from eam_forecast_wedi

Line 383: delete from eam_forecast_wro

379:
380: delete from eam_forecast_wor
381: where forecast_id = p_forecast_id;
382:
383: delete from eam_forecast_wro
384: where forecast_id = p_forecast_id;
385:
386: delete from eam_forecast_wedi
387: where forecast_id = p_forecast_id;

Line 407: delete from eam_forecast_wro

403:
404: delete from eam_forecast_wor
405: where forecast_id = p_forecast_id;
406:
407: delete from eam_forecast_wro
408: where forecast_id = p_forecast_id;
409:
410: delete from eam_forecast_wedi
411: where forecast_id = p_forecast_id;

Line 2206: INSERT INTO EAM_FORECAST_WRO (

2202:
2203: FORALL j IN p_wip_id_table.FIRST..p_wip_id_table.LAST
2204:
2205:
2206: INSERT INTO EAM_FORECAST_WRO (
2207: INVENTORY_ITEM_ID, ORGANIZATION_ID, WIP_ENTITY_ID,
2208: OPERATION_SEQ_NUM, REPETITIVE_SCHEDULE_ID, LAST_UPDATE_DATE,
2209: LAST_UPDATED_BY, CREATION_DATE, CREATED_BY,
2210: LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID,