DBA Data[Home] [Help]

APPS.AP_AUTO_PAYMENT_PKG dependencies on AP_INVOICE_PAYMENTS_S

Line 53: SELECT ap_invoice_payments_s.nextval new_invoice_payment_id

49: -- based on invoice currency)
50: -- else calculate using exchange rate for new check.
51:
52: CURSOR c_new_payments IS
53: SELECT ap_invoice_payments_s.nextval new_invoice_payment_id
54: , AIP.invoice_id invoice_id
55: , AIP.payment_num payment_num
56: , NVL(AIP.amount,0) amount
57: , AIP.set_of_books_id set_of_books_id