DBA Data[Home] [Help]

APPS.ONT_OEXOEITR_XMLP_PKG dependencies on MTL_CUSTOMER_ITEMS

Line 517: from mtl_customer_items citems,

513: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
514: select citems.customer_item_number item,
515: nvl(citems.customer_item_desc,sitems.description) description
516: into v_item,v_description
517: from mtl_customer_items citems,
518: mtl_customer_item_xrefs cxref,
519: mtl_system_items_vl sitems
520: where citems.customer_item_id = cxref.customer_item_id
521: and cxref.inventory_item_id = sitems.inventory_item_id