DBA Data[Home] [Help]

APPS.ONT_OEXIODIS_XMLP_PKG dependencies on MTL_CUSTOMER_ITEMS

Line 460: from mtl_customer_items citems,

456: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
457: select citems.customer_item_number item,
458: nvl(citems.customer_item_desc,sitems.description) description
459: into v_item,v_description
460: from mtl_customer_items citems,
461: mtl_customer_item_xrefs cxref,
462: mtl_system_items_vl sitems
463: where citems.customer_item_id = cxref.customer_item_id
464: and cxref.inventory_item_id = sitems.inventory_item_id