How To Use OAM To License JA (Asia/Pacific Localizations)
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?