DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on WIP_SUB_OPERATION_RESOURCES

Line 102: delete from wip_sub_operation_resources

98: delete from wip_operation_resources
99: where wip_entity_id = p_wipEntityID
100: and organization_id = p_orgID;
101:
102: delete from wip_sub_operation_resources
103: where wip_entity_id = p_wipEntityID
104: and organization_id = p_orgID;
105:
106: fnd_attached_documents2_pkg.delete_attachments(

Line 405: insert into wip_sub_operation_resources

401: where organization_id = p_orgID
402: and wip_entity_id = p_wipEntityID;
403:
404:
405: insert into wip_sub_operation_resources
406: (wip_entity_id,
407: operation_seq_num,
408: resource_seq_num,
409: organization_id,