R12.1.1 After patching 2 invalid objects 1) XLA_CMP_CREATE_PKG 2) FA_XLA_CMP_CREATE_PKG
Hi,
R12.1.1 After patching 2 invalid objects 1) XLA_CMP_CREATE_PKG 2) FA_XLA_CMP_CREATE_PKG
Details of the packages versions and errors :
SQL> select text from user_source where name='FA_XLA_CMP_CREATE_PKG' and line=2;
TEXT
--------------------------------------------------------------------------------
/* $Header: faxlaccs.pls 120.0 2006/03/06 22:17:16 bridgway noship $ */
/* $Header: faxlaccb.pls 120.0 2006/03/06 22:14:18 bridgway noship $ */
SQL>
alter package FA_XLA_CMP_CREATE_PKG compileSQL> ;
Warning: Package altered with compilation errors.
SQL> select line, text from user_errors where name='FA_XLA_CMP_CREATE_PKG';
LINE TEXT
---------- --------------------------------------------------------------------------------
303
PLS-00382: expression is of wrong type
303
PL/SQL: Statement ignored
728
PLS-00382: expression is of wrong type
728
PL/SQL: Statement ignored
R12.1.1 After patching 2 invalid objects 1) XLA_CMP_CREATE_PKG 2) FA_XLA_CMP_CREATE_PKG
Details of the packages versions and errors :
SQL> select text from user_source where name='FA_XLA_CMP_CREATE_PKG' and line=2;
TEXT
--------------------------------------------------------------------------------
/* $Header: faxlaccs.pls 120.0 2006/03/06 22:17:16 bridgway noship $ */
/* $Header: faxlaccb.pls 120.0 2006/03/06 22:14:18 bridgway noship $ */
SQL>
alter package FA_XLA_CMP_CREATE_PKG compileSQL> ;
Warning: Package altered with compilation errors.
SQL> select line, text from user_errors where name='FA_XLA_CMP_CREATE_PKG';
LINE TEXT
---------- --------------------------------------------------------------------------------
303
PLS-00382: expression is of wrong type
303
PL/SQL: Statement ignored
728
PLS-00382: expression is of wrong type
728
PL/SQL: Statement ignored
Tagged:
0