R12 Link between MTL_CUSTOMER_ITEM_XREFS_V and OM tables
I have to include the "CUSTOMER_ITEM_NUMBER" from the table "MTL_CUSTOMER_ITEM_XREFS_V". Can you please help me with the join to link this table with the below query.
Thank you very much.
Select OOLV.ordered_item ITEM_DESC,OOLV.user_item_description V_ITEM_DESC,OOLV.packing_instructions LINES_PACKING_INSTRUCTIONS,OOLV.ordered_quantity ORDERED_QUANTITY,OOLV.order_quantity_uom ORDER_QUANTITY_UOMFROM oe_order_headers_v OOHV
,oe_frght_terms_active_v OFTAV
,oe_ship_methods_v OSMV
,ra_salesreps RAS
,oe_order_lines_v OOLV
,mtl_uom_conversions MUC
-- ,oe_items_v OIV-- ,ar_customers_v ACV view obselete in r12