DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on MTL_RTG_ITEM_REVISIONS

Line 276: from mtl_rtg_item_revisions mrir

272: and msi.organization_id = mti.organization_id
273: and ( (x_rtg_exists >= 1
274: and exists (
275: select 1
276: from mtl_rtg_item_revisions mrir
277: where mrir.organization_id = mti.organization_id
278: and mrir.inventory_item_id = mti.inventory_item_id
279: and mrir.process_revision = mti.routing_revision
280: and mrir.implementation_date is not null