REM
REM DBAToolZ NOTE:
REM This script was obtained from DBAToolZ.com
REM It's configured to work with SQL Directory (SQLDIR).
REM SQLDIR is a utility that allows easy organization and
REM execution of SQL*Plus scripts using user-friendly menu.
REM Visit DBAToolZ.com for more details and free SQL scripts.
REM
REM
REM File:
REM a_web_server_id_R11.sql
REM
REM APPS_INST
REM
REM Author:
REM Vitaliy Mogilevskiy (vit100gain@earthlink.net)
REM
REM Purpose:
REM
REM looks up web server ID for R11.0.3
REM
REM Usage:
REM a_web_server_id_R11.sql
REM
REM Example:
REM a_web_server_id_R11.sql
REM
REM
REM History:
REM MM-DD-RRRR VMOGILEV Created
REM
REM
select server_id, server_address
from apps.fnd_application_servers;