DBA Data[Home] [Help]

APPS.AP_PAYMENT_PUBLIC_PKG dependencies on AP_INVOICE_PAYMENTS_S

Line 537: SELECT ap_invoice_payments_s.nextval

533: -- Get next invoice_payment_id
534: --
535: l_debug_info := 'Get next invoice_payment_id';
536:
537: SELECT ap_invoice_payments_s.nextval
538: INTO l_invoice_payment_id
539: FROM sys.dual;
540:
541: l_debug_info := 'Create invoice payment for invoice_id:' ||