DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 1993: ,po_distributions_all pod

1989: 'ITEM_TO_SERVICE_RECEIPT', 0,
1990: NVL(AID.corrected_quantity, 0) + NVL(AID.quantity_invoiced,0))) quantity
1991: from ap_invoice_lines_all ail
1992: ,ap_invoice_distributions_all aid
1993: ,po_distributions_all pod
1994: ,po_line_locations_all pll
1995: where ail.invoice_id = p_line_rec.invoice_id
1996: and ail.line_number = p_line_rec.line_number
1997: and ail.invoice_id = aid.invoice_id