DBA Data[Home] [Help]

APPS.AP_PPA_PKG dependencies on PO_HEADERS

Line 700: FROM po_headers h,po_distributions_ap_v d,

696: -- Retrieve po terms rank, and terms id and terms name
697:
698: SELECT min(h.terms_id)
699: INTO p_po_term_id
700: FROM po_headers h,po_distributions_ap_v d,
701: ap_invoice_distributions id
702: WHERE id.invoice_id = p_invoice_id
703: AND id.po_distribution_id = d.po_distribution_id
704: AND d.po_header_id = h.po_header_id;