EBS11i: IC_LOTS_MST and PO_VEND_MST
Today I have been asked to extract data from 'LOT/SUBLOT Function' from OPM Inventory responsibility e.g.
I have to show Item_no, Lot, Vendor and Creation_Date where onhand quantity of that particular item must exists.
IC_LOTS_MST and PO_VEND_MST
I wrote query:
select item_no,lot_no,ilm.vendor_lot_no,
(select vendor_no
from po_vend_mst...