DBA Data[Home] [Help]

APPS.FLM_COPY_ROUTING dependencies on MTL_RTG_ITEM_REVISIONS

Line 328: From mtl_rtg_item_revisions mrir

324: ,attribute15
325: ,NULL
326: ,'CREATE' -- transaction_type
327: ,NULL -- return status
328: From mtl_rtg_item_revisions mrir
329: Where inventory_item_id = p_assembly_item_id
330: and organization_id = p_organization_id;
331:
332: