DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_SUB_OPERATION_RESOURCES

Line 426: delete from wip_sub_operation_resources

422: delete from wip_operation_resources
423: where wip_entity_id = p_wipEntityID
424: and organization_id = p_orgID;
425:
426: delete from wip_sub_operation_resources
427: where wip_entity_id = p_wipEntityID
428: and organization_id = p_orgID;
429:
430: fnd_attached_documents2_pkg.delete_attachments(

Line 453: delete from wip_sub_operation_resources

449: delete from wip_operation_resources
450: where wip_entity_id = p_wipEntityID
451: and organization_id = p_orgID;
452:
453: delete from wip_sub_operation_resources
454: where wip_entity_id = p_wipEntityID
455: and organization_id = p_orgID;
456:
457: fnd_attached_documents2_pkg.delete_attachments(

Line 669: update wip_sub_operation_resources

665: completion_date = p_startDate
666: where organization_id = p_orgID
667: and wip_entity_id = p_wipEntityID;
668:
669: update wip_sub_operation_resources
670: set start_date = p_startDate,
671: completion_date = p_startDate
672: where organization_id = p_orgID
673: and wip_entity_id = p_wipEntityID;