Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A framework for application development within E-Business Suite. The framework is also available for personalizations, customizations and custom-application development.

Object Type Identification

  • If a file does not qualify as Java Stored Procedure, but ends in .java, .class, .xml, .zip, .ear, or .jar, it is considered OAF Java type.

  • If file with .xml extension is in webui folder then it is considered MDS file

...

Name

Code

Oracle Application Framework (OAF) JAVA

OAF_JAVA

Object Type Attributes

Name

Code

Description

Default Value

Supported Values

Source

SOURCE

Object Source Location Type

SCM

SCM

Target Location

TARGET_LOCATION

Path to where the file should be deployed to.

$<PROD_TOP>/<package path>


Java Classpath

CLASSPATH

Location of user-defined classes and packages.

$CLASSPATH


Target File Permission

FILE_PERMISSIONS

Permissions to apply to the file after it is deployed

Defaults to the project property FDEBS_FILE_PERMISSIONS


...

Name

Code

Description

Default Value

OAF Java Root Source Directory

FDEBS_JAVA_ROOT_SOURCE_DIR

Where java/class/xml file's package resides. (e.g. classes).

java

OAF Java Root Destination Directory

FDEBS_JAVA_ROOT_DESTINATION_DIR

Target directory for java,class,xml files.

$JAVA_TOP

OAF Java Classpath

FDEBS_JAVA_CLASSPATH

Location of user-defined classes and packages. Set the classpath if needed for Java Compilation.


File Permissions

FDEBS_FILE_PERMISSIONS

Target File Permission. Will be set to target file after deployment using chmod. eg: 755


...