DBA Data[Home] [Help]

APPS.CSI_INV_TRXS_PKG dependencies on PO_LINES_ALL

Line 1221: po_lines_all pol

1217: pol.unit_price unit_price,
1218: poh.currency_code currency_code
1219: FROM po_distributions_all pod,
1220: po_headers_all poh,
1221: po_lines_all pol
1222: WHERE pod.po_distribution_id = pc_po_distribution_id
1223: AND pod.po_header_id = poh.po_header_id
1224: AND pod.po_line_id = pol.po_line_id
1225: AND poh.po_header_id = pol.po_header_id;