DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_MAINPROC_PVT dependencies on PO_RELEASES_ALL

Line 825: po_releases_all pr --

821: SELECT NVL (MAX (shipment_num), 0)
822: INTO x_shipment_num
823: FROM po_headers_all ph, --
824: po_line_locations_all poll, --
825: po_releases_all pr --
826: WHERE ph.po_header_id = poll.po_header_id
827: AND ph.segment1 = x_document_num
828: AND pr.po_header_id = ph.po_header_id
829: AND pr.release_num = x_release_num