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 |
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/";
- style