EBS Object Types - Java Stored Procedures

collection of reusable code, programs, and database objects that provides common functionality across all E-Business products.

  

File Extensions 

Files with following extension(s) is considered if it is in loadjava folder (or user defined folder specified by EBS Load Java Root Source Directory on Project Properties).

NameDescription
.javaJava programming language source files.

  

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

SCM
Target LocationPath to where the file should be deployed to.$<PROD_TOP>/
ForceConfiguration file used to download/upload data.TRUE
Java ClasspathSpecifies the current language of the session.$CLASSPATHAny valid language name using the OLAP DML syntax.

  

Related Project Properties

NameDescriptionDefault Value
EBS Load Java Root Source Directory
Sub-directory within project's SCM source path which contains Java files.loadjava
EBS Load Java Root Destination DirectorySub-directory within project's deploy path to contain Java files.$JAVA_TOP
EBS Java ClasspathLocation of user-defined classes and packages.

  

Sample Build Commands 

N/A - Build commands not supported for this type.

  

Sample Deploy Commands 

cp $SOURCE_FILE $JAVA_TOP/xxt/oracle/apps/ak/xxperson/schema/server/;
javac -Xlint:none  -classpath $CLASSPATH $JAVA_TOP/xxt/oracle/apps/ak/xxperson/schema/server/xxPersonDetailsEOImpl.java;
loadjava -u $FDEBS_DB_USER/$FDEBS_DB_PASSWORD@$AD_APPS_JDBC_URL $JAVA_TOP/xxt/oracle/apps/ak/xxperson/schema/server/xxPersonDetailsEOImpl.class -force
The following macros are not currently supported in the footer:
  • style