DBA Data[Home] [Help]

APPS.CSTPALPC dependencies on PO_HEADERS_ALL

Line 643: po_headers_all poh /*Added for bug 5352511 */

639: select
640: 1
641: from
642: po_line_locations_all poll,
643: po_headers_all poh /*Added for bug 5352511 */
644: where poll.line_location_id = rt.po_line_location_id and
645: poll.accrue_on_receipt_flag = 'N' and /* Begin Bug5352511 */
646: poh.po_header_id = poll.po_header_id and
647: ( (nvl(poll.closed_date,poh.closed_date) >=