834: --
835: -- Get next invoice_payment_id
836: --
837: l_log_msg := 'Get next invoice_payment_id';
838: SELECT ap_invoice_payments_s.nextval
839: INTO l_invoice_payment_id
840: FROM sys.dual;
841:
842: --
1299: --
1300: -- Get next interest invoice_payment_id
1301: --
1302: l_log_msg := 'Get next interest invoice_payment_id';
1303: SELECT ap_invoice_payments_s.nextval
1304: INTO l_interest_invoice_pay_id
1305: FROM sys.dual;
1306:
1307: --