DBA Data[Home] [Help]

APPS.AP_PPA_PKG dependencies on PO_HEADERS

Line 725: FROM po_headers h,po_distributions_ap_v d,

721: -- Retrieve po terms rank, and terms id and terms name
722:
723: SELECT min(h.terms_id)
724: INTO p_po_term_id
725: FROM po_headers h,po_distributions_ap_v d,
726: ap_invoice_distributions id
727: WHERE id.invoice_id = p_invoice_id
728: AND id.po_distribution_id = d.po_distribution_id
729: AND d.po_header_id = h.po_header_id;