Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

File Extensions 
NameDescription
.xmlExtensible Markup Language file format used to create common information formats and share both the format and the data using standard ASCII text.
.jpxJbo project metadata file


Attributes
NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM (**populating from SCM)

EBS (**manual creation)

SCM | EBS
Target LocationPath to where the file should be deployed to.

$<PROD_TOP>/mds


Root DirectoryLocation of user-defined classes and packages.$<PROD_TOP>/mds

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


Sample Build Commands 
cp $SOURCE_FILE $XXHR_TOP/mds/xxt/oracle/apps/ak/xxperson/webui/;
java oracle.jrad.tools.xml.exporter.XMLExporter /xxt/oracle/apps/ak/xxperson/webui/managePersonPG -rootdir ./ -username $FDEBS_DB_USER -password $FDEBS_DB_PASSWORD -dbconnection "$AD_APPS_JDBC_URL" ;


Sample Deploy Commands 
cp $SOURCE_FILE $XXHR_TOP/mds/xxt/oracle/apps/ak/xxperson/webui/;
java oracle.jrad.tools.xml.importer.XMLImporter $XXHR_TOP/mds/xxt/oracle/apps/ak/xxperson/webui/managePersonPG.xml  -rootdir $XXHR_TOP/mds/ -username $FDEBS_DB_USER -password $FDEBS_DB_PASSWORD -dbconnection "$AD_APPS_JDBC_URL";


Considerations

All OAF MDS 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.


  • No labels