DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on WIP_OPERATION_RESOURCES

Line 246: insert into wip_operation_resources

242: wip_logger.log('begin to load resources', l_retStatus);
243: end if;
244:
245:
246: insert into wip_operation_resources
247: (wip_entity_id,
248: operation_seq_num,
249: resource_seq_num,
250: organization_id,

Line 376: from wip_operation_resources

372: end if;
373:
374: select max(resource_seq_num)
375: into l_maxSeq
376: from wip_operation_resources
377: where organization_id = p_orgID
378: and wip_entity_id = p_wipEntityID;
379:
380: