DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on ZX_LINES_SUMMARY

Line 966: FROM zx_lines_summary zls

962:
963:
964: SELECT count(*)
965: INTO l_tax_lines_count
966: FROM zx_lines_summary zls
967: WHERE zls.trx_id = p_invoice_id
968: and zls.application_id = 200
969: and zls.entity_code = 'AP_INVOICES'
970: and zls.event_class_code In ('STANDARD INVOICES',