Teleservice - EBS (MOSC)

MOSC Banner

Open Email Compose Window Menu is Disabled in Contact Center

edited Apr 13, 2012 8:38PM in Teleservice - EBS (MOSC) 2 commentsAnswered
I ran the below SQL Query to check IEM Licence.


SELECT PI.APPLICATION_ID ID,
APP.APPLICATION_SHORT_NAME APP,
APP.APPLICATION_NAME,
PI.STATUS,
PI.PATCH_LEVEL,
PI.LAST_UPDATE_DATE
FROM FND_PRODUCT_INSTALLATIONS PI,
FND_APPLICATION_VL APP
WHERE APPLICATION_SHORT_NAME in
('IEM')
AND PI.APPLICATION_ID = APP.APPLICATION_ID
ORDER BY APPLICATION_SHORT_NAME;

but the Status is Showing "S", How we can change status from S to I.

Please help me.


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

EBS Teleservice Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center