DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 1910: ,po_distributions_all pod

1906: 'ITEM_TO_SERVICE_RECEIPT', 0,
1907: NVL(AID.corrected_quantity, 0) + NVL(AID.quantity_invoiced,0))) quantity
1908: from ap_invoice_lines_all ail
1909: ,ap_invoice_distributions_all aid
1910: ,po_distributions_all pod
1911: ,po_line_locations_all pll
1912: where ail.invoice_id = p_line_rec.invoice_id
1913: and ail.line_number = p_line_rec.line_number
1914: and ail.invoice_id = aid.invoice_id