DBA Data[Home] [Help]

APPS.ONT_OEXCRDIS_XMLP_PKG dependencies on MTL_CUSTOMER_ITEMS

Line 382: from mtl_customer_items citems,

378: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
379: select citems.customer_item_number item,
380: nvl(citems.customer_item_desc,sitems.description) description
381: into v_item,v_description
382: from mtl_customer_items citems,
383: mtl_customer_item_xrefs cxref,
384: mtl_system_items_vl sitems
385: where citems.customer_item_id = cxref.customer_item_id
386: and cxref.inventory_item_id = sitems.inventory_item_id