DBA Data[Home] [Help]

APPS.CSP_PROD_TASK_PARTS_HISTORY dependencies on MTL_RELATED_ITEMS_VIEW

Line 281: mtl_related_items_view mriv

277: ctp.actual_times_used,
278: ctp.rollup_quantity_used,
279: ctp.rollup_times_used
280: from csp_task_parts ctp,
281: mtl_related_items_view mriv
282: where mriv.related_item_id = ctp.inventory_item_id
283: and mriv.organization_id = l_organization_id
284: and mriv.inventory_item_id = p_inventory_item_id
285: and mriv.relationship_type_id = 2