DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on PO_LINE_LOCATIONS

Line 525: from po_line_locations poll

521: secondary_Quantity will return a null. so we need to override it */
522:
523: select nvl(sum(poll.quantity), x_po_line_record.quantity)
524: into x_qty
525: from po_line_locations poll
526: where poll.po_line_id = x_po_line_record.po_line_id
527: and poll.po_release_id is null
528: and poll.payment_type <> 'PREPAYMENT'; --
529: