DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_INVOICES_S

Line 1295: SELECT ap_invoices_s.nextval

1291: --
1292: -- Get next interest invoice_id
1293: --
1294: l_log_msg := 'Get next interest invoice_id';
1295: SELECT ap_invoices_s.nextval
1296: INTO l_interest_invoice_id
1297: FROM sys.dual;
1298:
1299: --