DBA Data[Home] [Help]

APPS.WIP_EAMMTLPROC_PRIV dependencies on WIP_ENTITIES

Line 237: from wip_entities we

233: and transaction_source_type_id = 5
234: and rebuild_item_id is not null
235: and rebuild_job_name is not null
236: and exists (select 1
237: from wip_entities we
238: where mti.rebuild_job_name = we.wip_entity_name
239: and mti.organization_id = we.organization_id);
240:
241: