Forms URL
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