DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_INVOICES_S

Line 1116: SELECT ap_invoices_s.nextval

1112: --
1113: -- Get next interest invoice_id
1114: --
1115: l_log_msg := 'Get next interest invoice_id';
1116: SELECT ap_invoices_s.nextval
1117: INTO l_interest_invoice_id
1118: FROM sys.dual;
1119:
1120: --