Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

IBY_FNDCPT_TRXN_PUB invalid after patch

edited Jul 15, 2013 7:37AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓
 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';
--------------------------------------------------------------

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 $*/
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center