DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on ZX_LINES

Line 1716: , zx_lines tax_line

1712: RETURN NUMBER IS
1713: CURSOR c_tax_amount IS
1714: SELECT SUM(tax_line.tax_amt) TAX_AMOUNT
1715: FROM ap_invoice_lines_all inv_ln
1716: , zx_lines tax_line
1717: , fnd_application app_ap
1718: WHERE tax_line.application_id = app_ap.application_id
1719: AND app_ap.application_short_name = 'SQLAP'
1720: AND tax_line.entity_code = 'AP_INVOICES'