A tool for developing reports against data stored in an Oracle database, consisting of Oracle Reports Developer and Oracle Application Server Reports Services.
Object Type Identification
- Files with extensions .rdf are included regardless of location
File Extensions
Name | Description |
---|---|
.rdf | Report Definition File, used to convert Oracle Reports into BI Publisher Reports to get to XML format. |
Object Type Code
REPORT
Attributes
Name | 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>/reports/ | |
Country | COUNTRY | Specifies the current country of the session. | ||
Target File Permissions | FILE_PERMISSIONS | Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
Name | Description | Default Value | |
---|---|---|---|
EBS Reports Root Source Directory | FDEBS_REPORTS_ROOT_SOURCE_DIR | Source folder for Reports (e.g. report). | report |
EBS Reports Root Destination Directory | FDEBS_REPORTS_ROOT_DESTINATION_DIR | Target directory for report files (e.g. $XXAR_TOP/reports). | $<PROD_TOP>/reports |
File Permissions | FDEBS_FILE_PERMISSIONS | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
cp "$SOURCE_FILE" "$XXHR_TOP/reports/";