IBY_FNDCPT_TRXN_PUB invalid after patch
Hi,
Apps 12.0.6
Please provide
1. What is the patch you have applied?
2. Did the patch complete normal?
3. Please run
select text from dba_source
where name like 'IBY_FNDCPT_TRXN_PUB%'
and line = 2;
4. Looks you have done this already.
alter package IBY_FNDCPT_TRXN_PUB compile;
If the object compiles with warnings, use either of the following to see the errors that caused the warnings:
- show errors
OR
- select * from user_errors where name = 'IBY_FNDCPT_TRXN_PUB';
2. Did the patch complete normal?
3. Please run
select text from dba_source
where name like 'IBY_FNDCPT_TRXN_PUB%'
and line = 2;
4. Looks you have done this already.
alter package IBY_FNDCPT_TRXN_PUB compile;
If the object compiles with warnings, use either of the following to see the errors that caused the warnings:
- show errors
OR
- select * from user_errors where name = 'IBY_FNDCPT_TRXN_PUB';
--------------------------------------------------------------
SQL> select text from dba_source
2 where name like 'IBY_FNDCPT_TRXN_PUB%'
3 and line = 2;
TEXT
--------------------------------------------------------------------------------
/*$Header: ibyfctxs.pls 120.18.12000000.8 2010/01/25 06:23:33 sgogula ship $*/
2 where name like 'IBY_FNDCPT_TRXN_PUB%'
3 and line = 2;
TEXT
--------------------------------------------------------------------------------
/*$Header: ibyfctxs.pls 120.18.12000000.8 2010/01/25 06:23:33 sgogula ship $*/
Tagged:
0