Skip to main content
Question

Purchase_Order_Invoice_API missing Functions

  • November 25, 2025
  • 1 reply
  • 42 views

We are currently upgrading from Apps10 to IFS cloud . When trying to replicate one of our IAL’s  in IFS Cloud  we noticed some of the called functions in Purchase_Order_Invoice_API are missing when cpmpared to Apps10 e.g. Purchase_Order_Invoice_API.Calc_Invoiced_Unit_Price is no longer present in 24R2. Is there anywhere I can check to see if/when this was deprecated and what the alternatives for these missing functions are?

1 reply

  • Do Gooder (Employee)
  • December 9, 2025

We have redesigned the Invoice Matching flow to support consumed-date self-billing pricing for consignment stock consumption when using Receiving Advice. As part of this enhancement, a new table has been introduced to store invoicing information generated through the Receiving Advice.

Along with this change, we introduced a new utility file, PurchOrderInvoiceUtil, and moved the related logic into it to handle both tables consistently. Accordingly, most of the methods that previously retrieved data only from the PURCHASE_ORDER_INVOICE table have now been moved to this new utility file to ensure that data is retrieved from both tables where applicable.