Versions Compared

Key

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

BI publisher reporting product from Oracle that provides the ability to create and manage highly formatted reports from a wide range of data sources. 

...

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM (**populating from SCM)

EBS (**manual creation)

SCM | EBS

App Short Name

Application Short NameXXHR
LOB CodeXDO LOB code. Enter either the Template Code 
or the Data Definition Code.
<file name>(**without path/extension)
XDO File TypeXDO File type

LOB TypeXDO LOB typeXML_SAMPLEBURSTING_FILE | DATA_TEMPLATE | TEMPLATE | TEMPLATE_SOURCE | XML_SCHEMA | XML_SAMPLE
Target LocationPath to where the file should be deployed to.$<PROD_TOP>/patch/115/publisher/defs/
Territory CodeISO two-letter territory code.US
LanguageISO two-letter language code.en
Custom Mode

To override Oracle’s upload algorithm and update the custom AOL data regardless - use CUSTOM_MODE= FORCE.

NOFORCENOFORCE | FORCE
NLS LangNLS_LANG environment variable


$NLS_LANG

...

Code Block
languagebash
themeRDark
cp $SOURCE_FILE $XXHR_TOP/patch/115/publisher/defs/;
java oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME $FDEBS_DB_USER -DB_PASSWORD $FDEBS_DB_PASSWORD -JDBC_CONNECTION "$AD_APPS_JDBC_URL" -LOB_TYPE XML_SAMPLE -APPS_SHORT_NAME XXHR -LOB_CODE XXHR_BIP_ROSTER -LANGUAGE en  -TERRITORY US -NLS_LANG $NLS_LANG -XDO_FILE_TYPE  XML -FILE_NAME "$XXHR_TOP/patch/115/publisher/defs/XXHR_BIP_ROSTER.xml"  -CUSTOM_MODE NOFORCE

Considerations

...

  1. When populating XML files from an SCM, the LOB Type is defaulted to XML_SAMPLE.  Be sure to update the LOB Type to the appropriate type and regenerate the commands for bursting files, data templates, etc.
  2. Ensure the LOB Code of the XML files and Name of the Data Definition (XDO_DS_DEFINITION - AOL) match the LOB Code of the report template, as this is what ties them together.  Failure to do so will result in the attachments not appearing under the data definition in EBS.