DBA Data[Home] [Help]

APPS.FLM_COPY_ROUTING dependencies on MTL_RTG_ITEM_REVISIONS

Line 378: mtl_rtg_item_revisions mrir

374: ,NULL
375: ,'CREATE' -- transaction_type
376: ,NULL -- return status
377: From
378: mtl_rtg_item_revisions mrir
379: Where
380: inventory_item_id = p_assembly_item_id
381: and organization_id = p_organization_id
382: ;