DBA Data[Home] [Help]

APPS.AP_AUTO_PAYMENT_PKG dependencies on AP_INVOICE_PAYMENTS_S

Line 44: SELECT ap_invoice_payments_s.nextval new_invoice_payment_id

40: -- based on invoice currency)
41: -- else calculate using exchange rate for new check.
42:
43: CURSOR c_new_payments IS
44: SELECT ap_invoice_payments_s.nextval new_invoice_payment_id
45: , AIP.invoice_id invoice_id
46: , AIP.payment_num payment_num
47: , NVL(AIP.amount,0) amount
48: , AIP.set_of_books_id set_of_books_id