DBA Data[Home] [Help]

APPS.IGIRSTPT dependencies on AP_INVOICES_S

Line 520: select ap_invoices_s.nextval

516:
517:
518: FOR ap_rec in get_ap_packages LOOP
519:
520: select ap_invoices_s.nextval
521: into l_invoice_id
522: from dual;
523: IF l_debug = 'TRUE'
524: THEN