DBA Data[Home] [Help]

APPS.IGIPREC dependencies on AP_INVOICES

Line 70: ap_invoices inv

66: FROM
67: ap_invoice_distributions inv_dist1,
68: ap_chrg_allocations chrg,
69: ap_invoice_distributions inv_dist2,
70: ap_invoices inv
71: WHERE
72: inv_dist1.cash_posted_flag = 'Y' AND
73: inv_dist1.tax_recoverable_flag = 'Y' AND inv_dist1.line_type_lookup_code = 'TAX'
74: AND inv_dist1.invoice_distribution_id = chrg.charge_dist_id