Which Oracle Applications environment file compiles and links custom Oracle Forms user exits and concurrent programs with Oracle Applications R12?

Which Oracle Applications environment file compiles and links custom Oracle Forms user exits
and concurrent programs with Oracle Applications R12?

Which Oracle Applications environment file compiles and links custom Oracle Forms user exits
and concurrent programs with Oracle Applications R12?

A.
fndenv.env

B.
devenv.env

C.
adovars.env

D.
<CONTEXT_NAME>.env

E.
APPS_<CONTEXT_NAME>.env



Leave a Reply 1

Your email address will not be published. Required fields are marked *


KRA

KRA

==Answer is B

https://docs.oracle.com/cd/E18727_01/doc.121/e12841/T120505T120509.htm

The adovars.env file

The adovars.env file, located in $APPL_TOP/admin, specifies the location of various files such as Java files, HTML files, and JRE (Java Runtime Environment) files. It is called from the main applications environment file, .env. The adovars.env file includes comments on the purpose and recommended setting of each variable. In a Release 12 environment, adovars.env is maintained by AutoConfig, and should not be edited manually.

The fndenv.env file

This file sets additional environment variables used by the Application Object Library. For example, it sets APPLBIN as the name of the subdirectory where product executable programs and shell scripts are stored (bin). This file should not be modified: the default values are applicable for all customers. The file is located in the FND_TOP directory.

The devenv.env file

This file sets variables that let you link third-party software and your own custom-developed applications with Oracle E-Business Suite. In Release 12, this script is located in FND_TOP/usrxit, and is automatically called by fndenv.env. This allows you to compile and link custom Oracle Forms user exits and concurrent programs with Oracle E-Business Suite.