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

MOSC Banner

BOM objects are showing timestamp mismatch

edited May 6, 2013 9:35AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 3 commentsAnswered
 Hi,
Invalid objects exist after patching. Manually recompiled most of them.
Original issue was with BOMTBICX trigger. It looks it is an issue now.

Customer was asked to execute the below query in the previous SR and BOMTBICX was listed in the output.

select do.name dname, po.name pname, p_timestamp, po.stime p_stime
from sys.obj$ do, sys.dependency$ d, sys.obj$ po
where p_obj#=po.obj#(+)
and d_obj#=do.obj#
and do.status=1 /*dependent is valid*/
and po.status=1 /*parent is valid*/
and po.stime!=p_timestamp /*parent timestamp does not match*/
order by 2,1;
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