DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on WIP_OPERATION_RESOURCES

Line 2692: update wip_operation_resources wor

2688: , op.last_update_login = g_last_update_login
2689: where op.wip_entity_id = p_wip_entity_id;
2690:
2691: -- shift resources dates
2692: update wip_operation_resources wor
2693: set wor.start_date = wor.start_date + l_shift
2694: , wor.completion_date = wor.completion_date + l_shift
2695: , wor.last_update_date = sysdate
2696: , wor.last_updated_by = g_last_updated_by