DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_INVOICE_PAYMENTS_S

Line 1951: SET ASI.invoice_payment_id = ap_invoice_payments_s.nextval

1947: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
1948: END IF;
1949:
1950: UPDATE ap_selected_invoices_all ASI
1951: SET ASI.invoice_payment_id = ap_invoice_payments_s.nextval
1952: WHERE ASI.checkrun_id = l_checkrun_id
1953: /* Bug 6950891. Added TO_CHAR */
1954: AND (TO_CHAR(ASI.invoice_id), TO_CHAR(ASI.payment_num)) in
1955: (select calling_app_doc_unique_ref2, calling_app_doc_unique_ref3