DBA Data[Home] [Help]

APPS.ONT_OEXOESOS_XMLP_PKG dependencies on MTL_CUSTOMER_ITEMS

Line 38: from mtl_customer_items citems,

34: elsif (item_identifier_type_L = 'CUST' and p_print_description in ('C','P','O')) then
35: select citems.customer_item_number item,
36: nvl(citems.customer_item_desc,sitems.description) description
37: into v_item,v_description
38: from mtl_customer_items citems,
39: mtl_customer_item_xrefs cxref,
40: mtl_system_items_vl sitems
41: where citems.customer_item_id = cxref.customer_item_id
42: and cxref.inventory_item_id = sitems.inventory_item_id