Payable Invoice Aging - Customize data model AP_APXINAGE_XMLP_PKG
Hi,
I am trying to customize an account payable report/data model -- the Payable Invoice Aging data model.
I need to include a field - type of supplier - and a new parameter to filter by type. I realize that I can't add new parameters because the pre-build packages ( AP_APXINAGE_XMLP_PKG ) only accept the pre-defined global variables. Is there a workaround? I tried to remove the event triggers (beforeReportTrigger, afterReportTrigger) and create a function that calls it within my sql request but no luck... Should I just remove all mention of the package in the sql request and implement the logic?