DBA Data[Home] [Help]

APPS.CSI_INV_TRXS_PKG dependencies on PO_LINES_ALL

Line 1248: po_lines_all pol

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
1252: AND poh.po_header_id = pol.po_header_id;