Patch 19276929 AP GDF AP_ACCTG_DATA_FIX_PKG will not compile
We have an invoice that cannot be cancelled. We ran the analyzer and were directed to apply patch 19276929. We applied the patch, but the ap_cancel_inv_sel.sql fails due to:
ORA-04063: package body "APPS.AP_ACCTG_DATA_FIX_PKG" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.AP_ACCTG_DATA_FIX_PKG"
I checked the AP_ACCTG_DATA_FIX_PKG and the body will not compile successfully and gives this error:
Body
Line 4000
Column 3
Error: PLS-00394: wrong number of values in the INTO list of a FETCH statement
Is there a newer version of the GDF for AP?