DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on PO_DISTRIBUTIONS_AP_V

Line 600: FROM po_distributions_ap_v pod,

596: p_amount_outstanding,
597: p_amount_ordered,
598: p_amt_already_billed,
599: l_matching_basis
600: FROM po_distributions_ap_v pod,
601: po_line_locations pll
602: WHERE pod.line_location_id = p_po_shipment_id
603: AND pll.line_location_id = pod.line_location_id
604: GROUP BY pod.distribution_type,pll.matching_basis ;