DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on WIP_OPERATION_RESOURCES

Line 98: delete from wip_operation_resources

94: delete from wip_operations
95: where wip_entity_id = p_wipEntityID
96: and organization_id = p_orgID;
97:
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

Line 270: insert into wip_operation_resources

266: wip_logger.log('begin to load resources', l_retStatus);
267: end if;
268:
269:
270: insert into wip_operation_resources
271: (wip_entity_id,
272: operation_seq_num,
273: resource_seq_num,
274: organization_id,

Line 400: from wip_operation_resources

396: end if;
397:
398: select max(resource_seq_num)
399: into l_maxSeq
400: from wip_operation_resources
401: where organization_id = p_orgID
402: and wip_entity_id = p_wipEntityID;
403:
404: