DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_OPERATION_RESOURCES

Line 378: delete from wip_operation_resources

374: delete from wip_operations
375: where wip_entity_id = p_wipEntityID
376: and organization_id = p_orgID;
377:
378: delete from wip_operation_resources
379: where wip_entity_id = p_wipEntityID
380: and organization_id = p_orgID;
381:
382: delete from wip_sub_operation_resources

Line 543: update wip_operation_resources

539: last_unit_completion_date = p_startDate
540: where organization_id = p_orgID
541: and wip_entity_id = p_wipEntityID;
542:
543: update wip_operation_resources
544: set start_date = p_startDate,
545: completion_date = p_startDate
546: where organization_id = p_orgID
547: and wip_entity_id = p_wipEntityID;