DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on PO_RELEASES

Line 1711: , po_releases por

1707: , pol.secondary_qty secondary_quantity --OPM Convergence* commented out temp
1708: FROM po_headers poh
1709: , po_line_locations poll
1710: , po_lines pol
1711: , po_releases por
1712: , mtl_system_items msi
1713: , mtl_units_of_measure mum
1714: WHERE poll.line_location_id = v_po_line_location_id
1715: AND poh.po_header_id = poll.po_header_id

Line 3923: , po_releases por

3919: , rcv_shipment_headers rsh
3920: , po_headers poh
3921: , po_line_locations poll
3922: , po_lines pol
3923: , po_releases por
3924: , mtl_system_items msi
3925: , mtl_units_of_measure mum
3926: WHERE NVL(poll.approved_flag, 'N') = 'Y'
3927: AND NVL(poll.cancel_flag, 'N') = 'N'