DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WOR

Line 349: delete from eam_forecast_wor

345: delete from eam_forecast_wo
346: where forecast_id = p_forecast_id
347: AND wip_entity_id = p_wip_id;
348:
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

Line 380: delete from eam_forecast_wor

376:
377: delete from eam_forecast_wo
378: where forecast_id = p_forecast_id;
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;

Line 404: delete from eam_forecast_wor

400:
401: delete from eam_forecast_wo
402: where forecast_id = p_forecast_id;
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;

Line 2116: INSERT INTO EAM_FORECAST_WOR (

2112: BEGIN
2113:
2114: FORALL j IN p_wip_id_table.FIRST..p_wip_id_table.LAST
2115:
2116: INSERT INTO EAM_FORECAST_WOR (
2117: WIP_ENTITY_ID, OPERATION_SEQ_NUM, RESOURCE_SEQ_NUM,
2118: ORGANIZATION_ID, REPETITIVE_SCHEDULE_ID, LAST_UPDATE_DATE,
2119: LAST_UPDATED_BY, CREATION_DATE, CREATED_BY,
2120: LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID,