Patch: 9000238 - 11I.Projects Costing Fails to generate form PAXINRVW.fmx
VPC Team member opened this thread for the customer
Customer applied Patch #12824456 ("PERIODIC RELEASE FOR 11I.PJ_PF.M ON 02-JAN-2012") as recommended
in another SR.
The form PAXINRVW.fmb will not compile, erroring with :
Compiling package body SPLIT...
Compilation error on package body SPLIT:
PL/SQL ERROR 306 at line 214, column 25
wrong number or types of arguments in call to 'INVSTATUS'
PL/SQL ERROR 0 at line 214, column 7
Statement ignored
----
Form and PL/SQL Function 'pa_adjustments.InvStatus' are out of step.
Form version (115.321) sends three parameters, but Customre's current
PL/SQL version
PAXTADJB.pls 115.132
: PAXTADJS.pls 115.20
.. expects only 2
----