DBA Data[Home] [Help]

APPS.CSI_INV_TRXS_PKG dependencies on PO_HEADERS_ALL

Line 1247: po_headers_all poh,

1243: poh.segment1 po_number,
1244: pol.unit_price unit_price,
1245: poh.currency_code currency_code
1246: FROM po_distributions_all pod,
1247: po_headers_all poh,
1248: po_lines_all pol
1249: WHERE pod.po_distribution_id = pc_po_distribution_id
1250: AND pod.po_header_id = poh.po_header_id
1251: AND pod.po_line_id = pol.po_line_id