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

File Extensions 

NameDescription
.javaJava programming language source file containing Java classes.
.classCompiled Java class
.xmlExtensible Markup Language file format used to create common information formats and share both the format and the data using standard ASCII text.
.zipzip file
.earEnterprise Application Archive file
.jarJava Archive file.

...

  • All OAF Java related files must be sourced controlled under a directory structure matching the Java package structure. This is a requirement to ensure the generated deploy commands copy them to the correct location under the $JAVA_TOP.  If this requirement is not met, you will need to modify each of the target location paths and re-evaluate the commands. See example below where xxPersonDetailsEOImpl.java file has package name xxt.oracle.apps.ak.xxperson.schema.server and is placed in xxt/oracle/apps/ak/xxperson/schema/server under java folder.

Image Modified