9187813: 11i Shipping:Oracle Solaris on SPARC (64-bit): invalids
9187813: 11i Shipping:Oracle Solaris on SPARC (64-bit): invalids
SQL_DEV>select text from user_source where name='WSH_OTM_OUTBOUND' and line=2;
TEXT
--------------------------------------------------------------------------------
/* $Header: WSHOTOIS.pls 115.0.11510.6 2006/04/10 09:54:19 bradha noship $ */
/* $Header: WSHOTOIB.pls 115.0.11510.33 2011/02/22 05:51:12 ashimalh noship $ */
SQL_DEV>alter package WSH_OTM_OUTBOUND compile;
Warning: Package altered with compilation errors.
SQL_DEV>select line,text from user_errors where name='WSH_OTM_OUTBOUND'
2 ;
LINE
----------
TEXT
--------------------------------------------------------------------------------
31
PLS-00201: identifier 'WSH_OTM_ID_TAB' must be declared
31
PL/SQL: Declaration ignored
67
PLS-00201: identifier 'WSH_OTM_ID_TAB' must be declared
LINE
----------
TEXT
--------------------------------------------------------------------------------
67
PL/SQL: Declaration ignored
127
PLS-00201: identifier 'WSH_OTM_ID_TAB' must be declared
SQL_DEV>select text from user_source where name='WSH_OTM_OUTBOUND' and line=2;
TEXT
--------------------------------------------------------------------------------
/* $Header: WSHOTOIS.pls 115.0.11510.6 2006/04/10 09:54:19 bradha noship $ */
/* $Header: WSHOTOIB.pls 115.0.11510.33 2011/02/22 05:51:12 ashimalh noship $ */
SQL_DEV>alter package WSH_OTM_OUTBOUND compile;
Warning: Package altered with compilation errors.
SQL_DEV>select line,text from user_errors where name='WSH_OTM_OUTBOUND'
2 ;
LINE
----------
TEXT
--------------------------------------------------------------------------------
31
PLS-00201: identifier 'WSH_OTM_ID_TAB' must be declared
31
PL/SQL: Declaration ignored
67
PLS-00201: identifier 'WSH_OTM_ID_TAB' must be declared
LINE
----------
TEXT
--------------------------------------------------------------------------------
67
PL/SQL: Declaration ignored
127
PLS-00201: identifier 'WSH_OTM_ID_TAB' must be declared
Tagged:
0