DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on WIP_OPERATION_RESOURCES

Line 2723: update wip_operation_resources wor

2719: , op.last_update_login = g_last_update_login
2720: where op.wip_entity_id = p_wip_entity_id;
2721:
2722: -- shift resources dates
2723: update wip_operation_resources wor
2724: set wor.start_date = wor.start_date + l_shift
2725: , wor.completion_date = wor.completion_date + l_shift
2726: , wor.last_update_date = sysdate
2727: , wor.last_updated_by = g_last_updated_by