DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on PO_LINES

Line 1656: po_lines pl

1652: p_ordered,
1653: p_already_billed,
1654: p_po_line_matching_basis
1655: FROM po_line_locations pll,
1656: po_lines pl
1657: WHERE pll.po_line_id = p_po_line_id
1658: AND pl.po_line_id = pll.po_line_id
1659: -- bug fix 6959362 starts
1660: group by pl.matching_basis, pll.shipment_type;