Blog / People and Culture Blog
API to Check the AP invoice Accounting status
This API is used to check the Accounting status of AP invoices.
Script:
DECODE(apps.AP_INVOICES_PKG.GET_POSTING_STATUS( aia.invoice_id ),
‘P’, ‘Partial’,
‘N’, ‘Unaccounted’,
‘Y’, ‘Accounted’);
