DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on ZX_LINES

Line 1678: , zx_lines tax_line

1674: RETURN NUMBER IS
1675: CURSOR c_tax_amount IS
1676: SELECT SUM(tax_line.tax_amt) TAX_AMOUNT
1677: FROM ap_invoice_lines_all inv_ln
1678: , zx_lines tax_line
1679: , fnd_application app_ap
1680: WHERE tax_line.application_id = app_ap.application_id
1681: AND app_ap.application_short_name = 'SQLAP'
1682: AND tax_line.entity_code = 'AP_INVOICES'