DBA Data[Home] [Help]

APPS.GMF_PO_AP_MATCH_DATA dependencies on PO_DISTRIBUTIONS_ALL

Line 11: po_distributions_all po_d,

7: po_l_l.quantity_cancelled,
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