DBA Data[Home] [Help]

APPS.CSTPALPC dependencies on PO_HEADERS_ALL

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

614: select
615: 1
616: from
617: po_line_locations_all poll,
618: po_headers_all poh /*Added for bug 5352511 */
619: where poll.line_location_id = rt.po_line_location_id and
620: poll.accrue_on_receipt_flag = 'N' and /* Begin Bug5352511 */
621: poh.po_header_id = poll.po_header_id and
622: ( (nvl(poll.closed_date,poh.closed_date) >=