A framework for application development within E-Business Suite. The framework is also available for personalizations, customizations and custom-application development.
Name | Description |
---|---|
.java | Java programming language source file containing Java classes. |
.class | Compiled Java class |
.xml | Extensible Markup Language file format used to create common information formats and share both the format and the data using standard ASCII text. |
Name | Attribute 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 |
Name | Description | Default Value |
---|---|---|
EBS Java Root Source Directory | Where java/class/xml file's package resides. (e.g. classes). | java |
EBS Java Root Destination Directory | Target directory for java,class,xml files. | $JAVA_TOP |
EBS Java Classpath | Location of user-defined classes and packages. Set the classpath if needed for Java Compilation. |
N/A - Build commands not supported for this type.
cp $SOURCE_FILE $JAVA_TOP/xxt/oracle/apps/ak/xxperson/webui/; export CLASSPATH=$CLASSPATH; javac -Xlint:none -classpath $CLASSPATH $JAVA_TOP/xxt/oracle/apps/ak/xxperson/webui/xxPersonMainCO.java; |
cp $SOURCE_FILE $JAVA_TOP/xxt/oracle/apps/ak/xxperson/schema/server/; |