DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on PO_HEADERS_TRX_V

Line 821: po_headers_trx_v ph -- CLM project, bug 9403291

817: ,pl.item_revision --only needed for std_deliver
818: from po_distributions_trx_v pod, -- CLM project, bug 9403291
819: po_line_locations_trx_v pll, -- CLM project, bug 9403291
820: po_lines_trx_v pl, -- CLM project, bug 9403291
821: po_headers_trx_v ph -- CLM project, bug 9403291
822: where ph.po_header_id = header_id
823: and pod.po_header_id = header_id
824: AND pod.po_line_id = Nvl(v_po_line_id, pod.po_line_id)
825: AND pod.line_location_id = Nvl(v_po_line_location_id, pod.line_location_id)