DBA Data[Home] [Help]

APPS.ICX_AP_CHECKS_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 18

      SELECT ai.invoice_num
      FROM   ap_invoices         ai,
             ap_invoice_payments aip
      WHERE  aip.check_id   = l_check_id
      AND    aip.invoice_id = ai.invoice_id;