DBA Data[Home] [Help]

APPS.IBE_CART_NOTIFY_UTIL dependencies on MTL_SYSTEM_ITEMS_VL

Line 275: mtl_system_items_vl m

271: m.description
272:
273: FROM aso_quote_headers_all qh,
274: aso_quote_lines_all ql,
275: mtl_system_items_vl m
276: where qh.quote_header_id = ql.quote_header_id
277: and ql.inventory_item_id = m.inventory_item_id
278: and ql.organization_id = m.organization_id
279: and qh.quote_header_id = p_quote_header_id;