EBS Object Types - Reports
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
Name | Code |
---|---|
Reports |
|
Object Type Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source |
| Object Source Location Type | SCM | SCM |
Target Location |
| Path to where the file should be deployed to. | $<PROD_TOP>/reports/ |
|
Country |
| Specifies the current country of the session. |
|
|
Target File Permissions |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS | |
Rollback Source Type |
| Where to retrieve file when initiating a rollback deployment. | Project Version
| Project Version, SCM Revision, Backup Repository, and Rollback File SCM Revision and Rollback File options are only available when the project has SCM details configured, and Backup Repository should only be used if the FlexDeploy server and project are configured to take backups. |
Rollback File |
| The associated file to deploy which will roll back this file. Only applicable when Rollback Source Type is Rollback File |
| Any project file sourced from SCM |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
Reports Root Source Directory |
| Source folder for Reports (e.g. report). | reports |
Reports Root Destination Directory |
| Target directory for report files (e.g. $XXAR_TOP/reports). | $<PROD_TOP>/reports |
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/";
Related content
- style