DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on MTL_RTG_ITEM_REVISIONS

Line 277: from mtl_rtg_item_revisions mrir

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