Teleservice - EBS (MOSC)

MOSC Banner

Forms URL

edited May 31, 2010 1:29PM in Teleservice - EBS (MOSC) 6 commentsAnswered
 Hi At E-Business 12.1.2 the forms URL is /forms/lservlet.

but when query the database for this URL we get /forms/frmservlet

select po.PROFILE_OPTION_NAME,po.PROFILE_OPTION_ID,pov.PROFILE_OPTION_VALUE

  from  APPLSYS.fnd_profile_options po , APPLSYS.fnd_profile_option_values  pov

  where  po.PROFILE_OPTION_ID = pov.PROFILE_OPTION_ID and  po.PROFILE_OPTION_NAME like 'ICX_FORM_%' and     pov.LEVEL_ID  = ' 10001' order by  po.PROFILE_OPTION_ID ;

Is this normal?

Where can I find in database the real URL?

Thanks

Eyal

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