How to remove duplicate
Hi We have a requirement to get the PO details for a particular start date and end date as parameter. Below query gives the data but there some PO's in the system for which data exists in PO_HEADERS_ALL but not in RCV_SHIPMENT_LINES and RCV_SHIPMENT_HEADERS.Hence those PO data is not fetching. I tried a UNION with excluding some conditions but then passing the start date and end date again will get the same PO's in first and 2nd select query as date is the parameter being passed. Is there any way I can get those PO details with out shipment data