DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on PO_LINE_LOCATIONS

Line 424: from po_line_locations poll

420: secondary_Quantity will return a null. so we need to override it */
421:
422: select nvl(sum(poll.quantity), x_po_line_record.quantity)
423: into x_qty
424: from po_line_locations poll
425: where poll.po_line_id = x_po_line_record.po_line_id
426: and poll.po_release_id is null
427: and poll.payment_type <> 'PREPAYMENT'; --
428: