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

MOSC Banner

Strange Behavior in PROD vs QA & DEV

edited Aug 23, 2023 6:16PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered

We recently upgraded to EBS 12.2.12. After go-live we found a strange behavior with some of the Purchase Order reports, where the SQL started failing in PROD only.

Following query is for PO HEADER ID that fails only in PROD. The same query works fine in CRP2 and all DEV environments which are upgraded to 12.2.12. Upon researching further we found that following condition is failing in PROD only:

Change made in PROD for temporary workaround:

AND   to_char(pha.po_header_id)         =           fad.pk1_value

Original condition which works in CRP2 and DEV environments and still works there:

AND   pha.po_header_id           =           fad.pk1_value

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