DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on PO_RELEASES

Line 1760: , po_releases por

1756: , pol.secondary_qty secondary_quantity --OPM Convergence* commented out temp
1757: FROM po_headers poh
1758: , po_line_locations poll
1759: , po_lines pol
1760: , po_releases por
1761: , mtl_system_items msi
1762: , mtl_units_of_measure mum
1763: WHERE poll.line_location_id = v_po_line_location_id
1764: AND poh.po_header_id = poll.po_header_id

Line 4104: , po_releases por

4100: , rcv_shipment_headers rsh
4101: , po_headers poh
4102: , po_line_locations poll
4103: , po_lines pol
4104: , po_releases por
4105: , mtl_system_items msi
4106: , mtl_units_of_measure mum
4107: WHERE NVL(poll.approved_flag, 'N') = 'Y'
4108: AND NVL(poll.cancel_flag, 'N') = 'N'