R12.1.1 After application of the patch 14738728:R12.AP.B AP_ACCTG_DATA_FIX_PKG is invalid
Hi,
R12.1.1 After application of the patch 14738728:R12.AP.B AP_ACCTG_DATA_FIX_PKG is invalid
The version and errors are :
-----------------
SQL> select text from user_source where name='AP_ACCTG_DATA_FIX_PKG' and line=2
2 ;
TEXT
--------------------------------------------------------------------------------
/* $Header: apgdfals.pls 120.1.12010000.18 2012/10/16 11:12:30 vinerao ship $ */
/* $Header: apgdfalb.pls 120.1.12010000.56 2012/10/16 11:45:34 vinerao ship $ */
Errors :
SQL> select line,text from user_errors where name='AP_ACCTG_DATA_FIX_PKG';
LINE
----------
TEXT
--------------------------------------------------------------------------------
3899
PLS-00394: wrong number of values in the INTO list of a FETCH statement
3899
PL/SQL: SQL Statement ignored
Error Codes :
SQL> l
1 select a.line,a.text
2 from user_source a , user_errors b