DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_SUB_OPERATION_RESOURCES

Line 382: delete from wip_sub_operation_resources

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
383: where wip_entity_id = p_wipEntityID
384: and organization_id = p_orgID;
385:
386: fnd_attached_documents2_pkg.delete_attachments(

Line 549: update wip_sub_operation_resources

545: completion_date = p_startDate
546: where organization_id = p_orgID
547: and wip_entity_id = p_wipEntityID;
548:
549: update wip_sub_operation_resources
550: set start_date = p_startDate,
551: completion_date = p_startDate
552: where organization_id = p_orgID
553: and wip_entity_id = p_wipEntityID;