R12.1.3 : PA_XLA_INTERFACE_PKG invalid after patch 16975148
hi,
I have applied patch 16975148 as described
in: "Critical Consolidated Codefix Patch Released For Oracle Project
Costing - Funds Check (Doc ID 1430023.1)" and the patch has caused package body PA_XLA_INTERFACE_PKG to go invalid with these errors:
PLS-00305: previous use of 'GET_BVID_TO_REVERSE' (at line 55) conflicts with this use
PLS-00305: previous use of 'RESET_EVENT_ID' (at line 62) conflicts with this use
This seems to have been caused by the reversion of the fix for bug 13857862
which has made the procedures GET_BVID_TO_REVERSE and RESET_EVENT_ID
private again, however they are still present in the specification
delivered by the patch.