How to display record of table if join condition does not meet
Hi,
I am developing report In EBS Order management
I Have 2 tables mtl_system_items and the second is oe_order_lines_all
mtl_system_items: represents info about inventory items
oe_order_lines_all: represents ordered items
when I link these 2 tables together
I get only the records of inventory which are ordered
as the join condition in both tables meet
but I want to display all inventory items even they are ordered or not
How to do this?
Thanks