DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on PO_LINES

Line 1550: po_lines pl, /* Amount Based Matching. PO related tables and conditions */

1546: ail.rcv_transaction_id,
1547: ail.unit_meas_lookup_code,
1548: plt.matching_basis
1549: FROM AP_invoice_lines ail,
1550: po_lines pl, /* Amount Based Matching. PO related tables and conditions */
1551: po_line_locations pll,
1552: po_line_types_b plt --bug 5056269
1553: -- po_line_types_tl T --bug 5119694
1554: WHERE invoice_id = CV_PPAY_Invoice_ID

Line 4031: po_lines pl, /* Amount Based Matching. PO related tables and conditions */

4027: aid.quantity_invoiced,
4028: plt.matching_basis
4029: FROM ap_invoice_distributions aid,
4030: ap_invoice_lines ail,
4031: po_lines pl, /* Amount Based Matching. PO related tables and conditions */
4032: po_line_locations pll,
4033: po_line_types_b plt, --bug 5056269
4034: po_line_types_tl T
4035: WHERE aid.invoice_id = ail.invoice_id