DBA Data[Home] [Help]

APPS.AP_PAYMENT_PUBLIC_PKG dependencies on AP_INVOICE_PAYMENTS_S

Line 550: SELECT ap_invoice_payments_s.nextval

546: -- Get next invoice_payment_id
547: --
548: l_debug_info := 'Get next invoice_payment_id';
549:
550: SELECT ap_invoice_payments_s.nextval
551: INTO l_invoice_payment_id
552: FROM sys.dual;
553:
554: l_debug_info := 'Create invoice payment for invoice_id:' ||