Is there a PVO (or combination of PVOs) that returns the accounting status of a Payables invoice?
I need to return the accounting status (Accounted, Partially Accounted, Selected, Unaccounted) for a specific AP invoice but using PVOs. The column "ApInvoicesPostingStatus" exists in the PVO FscmTopModelAM.FinExtractAM.ApBiccExtractAM.InvoiceHeaderExtractPVO however it does not contain the information for which I am searching. I know that the API "AP_INVOICES_PKG.GET_POSTING_STATUS(INVOICE_ID)" can be used in SQL but can it be used in BiCC ?
0