Financials for India - EBS (MOSC)

MOSC Banner

How To Use OAM To License JA (Asia/Pacific Localizations)

edited May 14, 2016 5:03AM in Financials for India - EBS (MOSC) 3 commentsAnswered

When I run this;

SELECT application_id, patch_level, status

FROM fnd_product_installations

WHERE application_id in (101, 200, 222, 7002, 7003, 7004, 600, 275);

I get this;


SQL> SELECT application_id, patch_level, status
  2   FROM fnd_product_installations
  3   WHERE application_id in (101, 200, 222, 7002, 7003, 7004, 600, 275);

APPLICATION_ID PATCH_LEVEL                    S
-------------- ------------------------------ -
           600 11i.AX.J                       I
           101 R12.GL.B.3                     I
           200 R12.AP.B.3                     I
           275 R12.PA.B.3                     I
          7003 R12.JG.B.3                     N
          7004 R12.JL.B.3                     N
           222 R12.AR.B.3                     I
          7002 R12.JE.B.3                     N

8 rows selected.

Where is JA?

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