DBA Data[Home] [Help]

APPS.JAI_AP_ST_REVERSE_PROCESS dependencies on PO_HEADERS_ALL

Line 3145: po_headers_all poh

3141: api.invoice_date
3142: FROM ap_invoices_all api,
3143: ap_invoice_distributions_all apd,
3144: po_distributions_all pod,
3145: po_headers_all poh
3146: WHERE apd.invoice_id = api.invoice_id
3147: AND pod.po_header_id = poh.po_header_id
3148: AND apd.po_distribution_id = pod.po_distribution_id
3149: AND apd.invoice_line_number = line_no

Line 5415: po_headers_all poh

5411: api.invoice_date
5412: FROM ap_invoices_all api,
5413: ap_invoice_distributions_all apd,
5414: po_distributions_all pod,
5415: po_headers_all poh
5416: WHERE api.invoice_id = inv_id
5417: AND api.invoice_id = apd.invoice_id
5418: AND pod.po_header_id = poh.po_header_id
5419: AND apd.po_distribution_id = pod.po_distribution_id