DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_INVOICE_PAYMENTS_S

Line 787: SELECT ap_invoice_payments_s.nextval

783: --
784: -- Get next invoice_payment_id
785: --
786: l_log_msg := 'Get next invoice_payment_id';
787: SELECT ap_invoice_payments_s.nextval
788: INTO l_invoice_payment_id
789: FROM sys.dual;
790:
791: --

Line 1124: SELECT ap_invoice_payments_s.nextval

1120: --
1121: -- Get next interest invoice_payment_id
1122: --
1123: l_log_msg := 'Get next interest invoice_payment_id';
1124: SELECT ap_invoice_payments_s.nextval
1125: INTO l_interest_invoice_pay_id
1126: FROM sys.dual;
1127:
1128: --