DBA Data[Home] [Help]

APPS.EAM_MATERIAL_REQUEST_PVT dependencies on WIP_OPERATIONS

Line 276: wip_operations wo,

272: from wip_entities we,
273: wip_discrete_jobs wdj,
274: wip_parameters wp,
275: wip_requirement_operations wro,
276: wip_operations wo,
277: mtl_system_items msi
278: where we.wip_entity_id = wdj.wip_entity_id
279: and we.organization_id = wdj.organization_id
280: and wp.organization_id = wdj.organization_id

Line 304: wip_operations wo

300: /*
301: and exists(
302: select 1
303: from wip_requirement_operations wro,
304: wip_operations wo
305: where we.wip_entity_id = wro.wip_entity_id
306: and we.organization_id = wro.organization_id
307: and wro.wip_entity_id = wo.wip_entity_id(+)
308: and wro.operation_seq_num = wo.operation_seq_num(+)