LOCATION :
SIGNIFICANCE :
IMPORTANT POINTS :
FILE :
#########################################################################################################
#!/bin/sh
#
# $Header: APPLSYS_ux.env 115.71 2005/02/18 10:07:04 isikdar ship $
#
# ###############################################################
#
# This file is automatically generated by AutoConfig. It will be read and
# overwritten. If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink document
# 165195.1 for assistance.
#
# ###############################################################
#
#
# The APPLFENV variable is the filename of this file.
# If you rename this file, you should change this value.
#
APPLFENV="qat.env"
export APPLFENV
#
# The CONTEXT_FILE variable stores the location of the context file.
#
CONTEXT_FILE="/eb_rdo0_q/applmgr/qatappl/admin/qata_tned35n.xml"
export CONTEXT_FILE
#
# The CONTEXT_NAME variable stores the value for the current context
#
CONTEXT_NAME="qata_tned35n"
export CONTEXT_NAME
#
# The PLATFORM variable is the Oracle name for this platform.
# The value below should match the value in adpltfrm.txt.
#
PLATFORM="HP9000S800"
export PLATFORM
#
# APPL_TOP is the top-level directory for Oracle Applications.
#
APPL_TOP="/eb_rdo0_q/applmgr/qatappl"
export APPL_TOP
#
# FNDNAM is the name of your AOL schema.
#
FNDNAM="APPS"
export FNDNAM
#
# GWYUID is the schema name and password for your public schema.
#
GWYUID="APPLSYSPUB/PUB"
export GWYUID
#
# The APPCPNAM determines how files are named by cm
# Possible values are USER and REQID.
#
APPCPNAM="REQID"
export APPCPNAM
#
# The APPLMAIL variable is needed for relinking.
# You may edit its definition, but do not remove it.
# APPLMAIL={NONE | ORACLE_INTEROFFICE}
#
APPLMAIL="NONE"
export APPLMAIL
#
# Top-level directories for all products
#
if test -f $CONTEXT_FILE; then
allprods=`grep 'oa_type="PROD_TOP"' $CONTEXT_FILE |
sed 's/^.*<\(.*\) oa_var[^>]*>[ ]*\([^<]*\)<.*$/\1=\2; export \1;/g'`
# set IFS to a NEWLINE - "; needs to be at the beginning of the line
oIFS="$IFS"
IFS="
";
for prod in $allprods
do
eval $prod
done
# reset the IFS to space (default)
IFS="$oIFS"
unset allprods #Needed for bug 3947329. This frees up space needed on AIX 4.3
else
# This is for the corner case where somebody removed the
# context file and needs to rebuild the context file.
AD_TOP="/eb_rdo0_q/applmgr/qatappl/ad/11.5.0"
export AD_TOP
FND_TOP="/eb_rdo0_q/applmgr/qatappl/fnd/11.5.0"
export FND_TOP
fi
#
# Get environment variable settings from fndenv.env and devenv.env
#
. /eb_rdo0_q/applmgr/qatappl/fnd/11.5.0/fndenv.env
#
# Reset PATH
#
forpath=''
for pathseg in `echo $PATH | sed "s/:/ /g"`
do
if test -f "$pathseg/aiap" -o -f "$pathseg/aiap60" -o \
-f "$pathseg/FNDLIBR" -o -f "$pathseg/f60webmx" -o \
-f "$pathseg/adaimgr"; then
if test -f "$pathseg/oracle"; then
forpath="$forpath:$pathseg"
fi
else
forpath="$forpath:$pathseg"
fi
done
unzippath="/eb_rdo0_q/applmgr/qatcomn/util/unzip/unzip";
if test "HP-UX" = "HP-UX" -a \
-x "/eb_rdo0_q/applmgr/qatcomn/util/unzip/unzip/unzip/unzip-RUN/opt/unzip/bin/unzip" ; then
unzippath="/eb_rdo0_q/applmgr/qatcomn/util/unzip/unzip/unzip/unzip-RUN/opt/unzip/bin";
fi
if test "HP-UX" = "Linux" -a \
-x "/eb_rdo0_q/applmgr/qatcomn/util/unzip/unzip/unzip-5.50/unzip" ; then
unzippath="/eb_rdo0_q/applmgr/qatcomn/util/unzip/unzip/unzip-5.50";
fi
PATH="/eb_rdo0_q/applmgr/qatappl/fnd/11.5.0/bin:/eb_rdo0_q/applmgr/qatappl/ad/11.5.0/bin:/opt/java1.5/bin:${unzippath}:$forpath"
export PATH
unset forpath
unset unzippath
#
# APPLDCP tells the Concurrent Manager whether you are using
# the Distributed Concurrent Processing feature.
#
APPLDCP="ON"
export APPLDCP
#
# APPLCSF is the top-level directory in which the Concurrent Manager
# puts log and output files.
#
APPLCSF=""
if test "$APPLCSF" != ""
then
export APPLCSF
fi
#
# AFSYSCSI is the CSI number
#
AFSYSCSI="N/A"
#
# APPLLOG and APPLOUT are the subdirectories in which
# the Concurrent Manager puts log and output files.
#
APPLLOG="log"
export APPLLOG
APPLOUT="out"
export APPLOUT
APPLRGF="/eb_rdo0_q/applmgr/qatcomn/rgf/qata_tned35n"
export APPLRGF
#
# APPLTMP is the directory in which Oracle Applications
# temporary files are created.
#
APPLTMP="/eb_rdo0_q/applmgr/qatcomn/temp"
export APPLTMP
#
# APPLPTMP is the directory in which PL/SQL output files are created.
#
APPLPTMP="/eb_rdo0_q/applmgr/qatcomn/temp"
export APPLPTMP
#
# Env variable that will be to set the LD_LIBRARY_PATH for Java concurrent
# programs
#
AF_LD_LIBRARY_PATH=/eb_rdo0_q/applmgr/qatora/iAS/lib:/eb_rdo0_q/applmgr/qatora/8.0.6/network/jre11/lib/PA_RISC/native_threads:/opt/java1.5/jre/lib:/eb_rdo0_q/applmgr/qatappl/cz/11.5.0/bin:${LD_LIBRARY_PATH:=}
export AF_LD_LIBRARY_PATH
#
# National Language Support environment variables
#
NLS_LANG="AMERICAN_AMERICA.UTF8"
export NLS_LANG
NLS_DATE_FORMAT="DD-MON-RR"
export NLS_DATE_FORMAT
NLS_NUMERIC_CHARACTERS=".,"
export NLS_NUMERIC_CHARACTERS
NLS_SORT="binary"
export NLS_SORT
#
# Oracle Reports 6.0 environment variables
#
REPORTS60_TMP="/eb_rdo0_q/applmgr/qatcomn/temp"
export REPORTS60_TMP
#
# Reset REPORTS60_PATH
#
forpath=''
for pathseg in `echo $REPORTS60_PATH | sed "s/:/ /g"`
do
if test "$pathseg" != "/eb_rdo0_q/applmgr/qatappl/au/11.5.0/plsql" -a \
"$pathseg" != "/eb_rdo0_q/applmgr/qatappl/fnd/11.5.0/reports" -a \
"$pathseg" != "/eb_rdo0_q/applmgr/qatappl/au/11.5.0/graphs" -a \
"$pathseg" != "/eb_rdo0_q/applmgr/qatappl/au/11.5.0/reports" ; then
forpath="$forpath:$pathseg"
fi
done
REPORTS60_PATH="/eb_rdo0_q/applmgr/qatappl/au/11.5.0/plsql:/eb_rdo0_q/applmgr/qatappl/fnd/11.5.0/reports:/eb_rdo0_q/applmgr/qatappl/au/11.5.0/reports:/eb_rdo0_q/applmgr/qatappl/au/11.5.0/graphs:/eb_rdo0_q/applmgr/qatappl/xxau/11.5.0/reports/US:/eb_rdo0_q/applmgr/qatappl/xxau/11.5.0/graphs/US"
export REPORTS60_PATH
unset forpath
#
# Oracle Forms 6.0 environment variables
#
PATH=$ORACLE_HOME/bin:${PATH}
export PATH
#
# Oracle Graphics 6.0 environment variables
#
#
# Reset GRAPHICS60_PATH
#
GRAPHICS60_PATH="/eb_rdo0_q/applmgr/qatappl/au/11.5.0/graphs"
export GRAPHICS60_PATH
ORAPLSQLLOADPATH="/eb_rdo0_q/applmgr/qatappl/au/11.5.0/graphs"
export ORAPLSQLLOADPATH
#
# Oracle Forms 6.0 environment variables
#
FORMS60_MAPPING="http://ebsqa.adr.corp.com:8013/OA_TEMP"
export FORMS60_MAPPING
#
# Directory where the reports configuration file exists
#
REPORTS60_SERVER_CONFDIR="/eb_rdo0_q/applmgr/qatora/8.0.6/reports60/server"
export REPORTS60_SERVER_CONFDIR
CNTL_BREAK="ON"
export CNTL_BREAK
FORMS60_MESSAGE_ENCRYPTION="TRUE"
export FORMS60_MESSAGE_ENCRYPTION
FORMS60_OUTPUT="/eb_rdo0_q/applmgr/qatcomn/temp"
export FORMS60_OUTPUT
FORMS60_SESSION="TRUE"
export FORMS60_SESSION
FORMS60_OAM_FRD="OFF"
export FORMS60_OAM_FRD
ORACLE_TERM="vt220"
export ORACLE_TERM
FORMS60_APPSLIBS="APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER"
export FORMS60_APPSLIBS
FORMS60_FORCE_MENU_MNEMONICS="0"
export FORMS60_FORCE_MENU_MNEMONICS
FORMS60_TRACE_PATH=/eb_rdo0_q/applmgr/qatcomn/admin/log/qata_tned35n
export FORMS60_TRACE_PATH
#
# Reset FORMS60_PATH
#
FORMS60_PATH="/eb_rdo0_q/applmgr/qatappl/au/11.5.0/resource"
export FORMS60_PATH
#
# Environment variables for integration with 3rd-party products
#
#
# For integration with ILOG
#
APPL_CPLEX_LICDIR="/eb_rdo0_q/applmgr/qatappl/admin/cplex"
export APPL_CPLEX_LICDIR
#
# Add perl location to the PATH and
# set PERL5LIB for Perl
#
PERLBIN=`dirname /eb_rdo0_q/applmgr/qatora/iAS/Apache/perl/bin/perl`
PATH=${PERLBIN}:${PATH}
PERL5LIB=/eb_rdo0_q/applmgr/qatora/iAS/Apache/perl/lib/5.00503:/eb_rdo0_q/applmgr/qatora/iAS/Apache/perl/lib/site_perl/5.005:/eb_rdo0_q/applmgr/qatappl/au/11.5.0/perl
ADPERLPRG=/eb_rdo0_q/applmgr/qatora/iAS/Apache/perl/bin/perl
export PATH
export PERL5LIB
export ADPERLPRG
#
# Get customer-defined environment variable settings
#
. /eb_rdo0_q/applmgr/qatappl/admin/adovars.env
#
# Applications COMMON_TOP directory
#
COMMON_TOP="/eb_rdo0_q/applmgr/qatcomn"
export COMMON_TOP
#
# iAS ORACLE_HOME directory
#
IAS_ORACLE_HOME="/eb_rdo0_q/applmgr/qatora/iAS"
export IAS_ORACLE_HOME
#
# Define the DBC file storage location
#
FND_SECURE="/eb_rdo0_q/applmgr/qatappl/fnd/11.5.0/secure"
export FND_SECURE
FORMS60_WEB_CONFIG_FILE="/eb_rdo0_q/applmgr/qatcomn/html/bin/appsweb_qata_tned35n.cfg"
export FORMS60_WEB_CONFIG_FILE
REPORTS60_PRE="&5555"
export REPORTS60_PRE
REPORTS60_POST="&5556"
export REPORTS60_POST
FORMS60_BLOCKING_LONGLIST="FALSE"
export FORMS60_BLOCKING_LONGLIST
FORMS60_LOV_INITIAL="5000"
export FORMS60_LOV_INITIAL
FORMS60_TIMEOUT="5"
export FORMS60_TIMEOUT
FORMS60_RESTRICT_ENTER_QUERY="TRUE"
export FORMS60_RESTRICT_ENTER_QUERY
FORMS60_CATCHTERM="1"
export FORMS60_CATCHTERM
FORMS60_RTI_DIR="/eb_rdo0_q/applmgr/qatcomn/admin/log/qata_tned35n"
export FORMS60_RTI_DIR
#XML_REPORTS_XENVIRONMENT="/eb_rdo0_q/applmgr/qatora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb"
#export XML_REPORTS_XENVIRONMENT
NLS_DATE_LANGUAGE=""
export NLS_DATE_LANGUAGE
FORMS60_REJECT_GO_DISABLED_ITEM="1"
export FORMS60_REJECT_GO_DISABLED_ITEM
os=`uname -s`
if [ $os = "Linux" ]; then
. /eb_rdo0_q/applmgr/qatappl/admin/adgetlnxver.sh
fi