DBA Data[Home] [Help]

APPS.ONT_OEXOEIOD_XMLP_PKG dependencies on MTL_CUSTOMER_ITEMS

Line 1097: from mtl_customer_items citems,

1093: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
1094: select citems.customer_item_number item,
1095: nvl(citems.customer_item_desc,sitems.description) description
1096: into v_item,v_description
1097: from mtl_customer_items citems,
1098: mtl_customer_item_xrefs cxref,
1099: mtl_system_items_vl sitems
1100: where citems.customer_item_id = cxref.customer_item_id
1101: and cxref.inventory_item_id = sitems.inventory_item_id