DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on WIP_OPERATIONS

Line 1037: l_op wip_operations%ROWTYPE;

1033: l_auto_firm VARCHAR2(10);
1034:
1035: l_row wip_discrete_jobs%ROWTYPE;
1036: l_entity wip_entities%ROWTYPE;
1037: l_op wip_operations%ROWTYPE;
1038:
1039: l_rowid VARCHAR2(250);
1040: l_we_rowid VARCHAR2(250);
1041: l_routing_exists VARCHAR2(250);

Line 2712: update wip_operations op

2708: , j.scheduled_completion_date = j.scheduled_completion_date + l_shift
2709: where j.wip_entity_id = p_wip_entity_id;
2710:
2711: -- shift operation dates
2712: update wip_operations op
2713: set op.first_unit_start_date = op.first_unit_start_date + l_shift
2714: , op.last_unit_start_date = op.last_unit_start_date + l_shift
2715: , op.first_unit_completion_date = op.first_unit_completion_date + l_shift
2716: , op.last_unit_completion_date = op.last_unit_completion_date + l_shift