XDF is used to store high-dimensional data and information related to it in compact XML format. The purpose is to have interchangeable and high quality format that can be used as a main archive format for this kind of data.
Object Type Identification
- Files with extension .xdf are considered regardless of location.
File Extensions
File content is also further analyzed by populate process.
...
Name | Description | Default Value |
---|---|---|
N/A | N/A | N/A |
Sample Build Commands
...
Code Block | ||||
---|---|---|---|---|
| ||||
cp "$SOURCE_FILE" "$XXHR_TOP/patch/115/xdf/"; java oracle.apps.fnd.odf2.FndXdfCmp $FDEBS_DB_USER $FDEBS_DB_PASSWORD $FDEBS_DB_USER $FDEBS_DB_PASSWORD thin "$AD_APPS_JDBC_URL" all "$XXHR_TOP/patch/115/xdf/POS_BANK_PAYEE_BO.xdf" $FND_TOP/patch/115/xdf/xsl |
...