DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on DUAL

Line 840: FROM sys.dual;

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: --
843: -- Bug: 661558
844: -- DO AUTOMATIC WITHHOLDING

Line 1297: FROM sys.dual;

1293: --
1294: l_log_msg := 'Get next interest invoice_id';
1295: SELECT ap_invoices_s.nextval
1296: INTO l_interest_invoice_id
1297: FROM sys.dual;
1298:
1299: --
1300: -- Get next interest invoice_payment_id
1301: --

Line 1305: FROM sys.dual;

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: --
1308: -- Create interest invoice
1309: --