DBA Data[Home] [Help]

APPS.CSP_PROD_TASK_PARTS_HISTORY dependencies on MTL_RELATED_ITEMS_VIEW

Line 277: mtl_related_items_view mriv

273: ctp.actual_times_used,
274: ctp.rollup_quantity_used,
275: ctp.rollup_times_used
276: from csp_task_parts ctp,
277: mtl_related_items_view mriv
278: where mriv.related_item_id = ctp.inventory_item_id
279: and mriv.organization_id = l_organization_id
280: and mriv.inventory_item_id = p_inventory_item_id
281: and mriv.relationship_type_id = 2