DBA Data[Home] [Help]

APPS.WIP_OP_RESOURCES_UTILITIES dependencies on WIP_OP_RESOURCE_INSTANCES

Line 428: UPDATE wip_op_resource_instances

424: and organization_id = p_org_id;
425:
426: Begin
427: for cur_rsc in operation_rsc (p_wip_entity_id, p_org_id) loop
428: UPDATE wip_op_resource_instances
429: SET start_date = cur_rsc.start_date,
430: completion_date = cur_rsc.completion_date
431: WHERE wip_entity_id = p_wip_entity_id
432: and organization_id = p_org_id