DBA Data[Home] [Help]

APPS.GMF_PO_AP_MATCH_DATA dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 12: ap_invoice_distributions_all ap_i_d

8: po_l_l.quantity_accepted,
9: ap_i_d.invoice_id
10: FROM po_line_locations_all po_l_l,
11: po_distributions_all po_d,
12: ap_invoice_distributions_all ap_i_d
13: WHERE po_d.po_header_id = poheaderid AND
14: ap_i_d.po_distribution_id =
15: po_d.po_distribution_id AND
16: po_d.line_location_id =