DBA Data[Home] [Help]

APPS.POS_AP_CHECKS_PKG dependencies on PO_HEADERS_ALL

Line 29: po_headers_all ph,

25: CURSOR po_cursor IS
26: SELECT DISTINCT (ph.clm_document_number||'-'||pr.release_num), ph.po_header_id, pr.po_release_id
27: FROM ap_invoice_distributions_all aid,
28: po_distributions_all pd,
29: po_headers_all ph,
30: po_releases_all pr
31: WHERE aid.invoice_id in (select invoice_id
32: from ap_invoice_payments_all
33: where check_id = l_check_id)

Line 42: po_headers_all ph

38: UNION ALL
39: SELECT DISTINCT ph.clm_document_number, ph.po_header_id, null
40: FROM ap_invoice_distributions_all aid,
41: po_distributions_all pd,
42: po_headers_all ph
43: WHERE aid.invoice_id in (select invoice_id
44: from ap_invoice_payments_all
45: where check_id = l_check_id)
46: AND aid.po_distribution_id = pd.po_distribution_id