DBA Data[Home] [Help]

APPS.FV_AP_CANCEL_PKG dependencies on AP_INVOICE_DISTRIBUTIONS

Line 43: ap_invoice_distributions aid,

39: l_inv_accounting_date
40: FROM po_distributions pd,
41: po_headers ph,
42: po_releases pr,
43: ap_invoice_distributions aid,
44: po_line_locations pll -- Bug 3706938
45: WHERE aid.invoice_id = P_invoice_id
46: AND aid.po_distribution_id = pd.po_distribution_id
47: AND ph.po_header_id = pd.po_header_id