How to query the Accounting Status of AP Payments by SQL script
Oracle Financial Cloud 21B.
We need to search the accounting status of AP payments by a sql script, but we found this is not a basic column in table and we don't know which package and function can be used to get it.
Who can help to provide a script to get this accounting status?
Such as we can use AP_INVOICES_UTILITY_PKG.GET_ACCOUNTING_STATUS(INVOICE_ID) to get the accounting status of AP invoices.
Appreciated!