Info |
---|
Summary: This document provides information about the analysis results you can expect from an Oracle Forms and Reports analysis. |
...
Once the analysis/snapshot generation has completed, you can view the results in the normal manner (for example via CAST Enlighten):
Oracle Forms objects
Previous Icon | Current Icon | Meta Model Description
| Meta Model Name |
|
| Image Modified | Oracle Forms Window | CAST_Forms_Window |
|
| Image Modified
| Oracle Forms Window Tab | CAST_Forms_Window_Tab |
Image Modified | Image Modified
| Oracle Forms Alert | CAST_Forms_Alert |
|
| Image Modified
| Oracle Forms Alert Tab | CAST_Forms_Alert_Tab |
Image Modified | Image Modified
| Oracle Forms Canvas | CAST_Forms_Canvas |
|
| Image Modified
| Oracle Forms Package Type | FORMS_TYPEPACKAGEHEADER |
|
| Image Modified
| Oracle Forms Sub Procedure | FORMS_SUBPROCHEADER |
|
| Image Modified
| Oracle Forms Sub Function | FORMS_SUBFUNCHEADER |
|
| Image Modified
| Oracle Forms Cursor | FORMS_SUBCURSORHEADER |
|
| Image Modified
| Oracle Forms Variable | FORMS_SUBVARIABLEHEADER |
|
| Image Modified
| Oracle Forms Sub Procedure | FORMS_SUBPROCBODY |
|
| Image Modified
| Oracle Forms Sub Function | FORMS_SUBFUNCBODY |
|
| Image Modified
| Oracle Forms Cursor | FORMS_SUBCURSORBODY |
Image Modified | Image Modified
| Oracle Forms Variable | FORMS_SUBVARIABLEBODY |
Oracle Reports objects
Previous Icon | Current Icon | Meta Model Description | Meta Model Name |
---|
Image Modified | Image Modified
| Oracle Report Data Link | FORMS_RDF_DATA_LINK |
Image Modified
| Image Modified
| Oracle Report Database Column | FORMS_RDF_DB_COLUMN |
|
| Image Modified
| Oracle Report Summary Column | FORMS_RDF_SUMMARY_COLUMN |
|
| Image Modified
| Oracle Report Formula Column | FORMS_RDF_FORMULA_COLUMN |
|
| Image Modified
| Oracle Report Placeholder column | FORMS_RDF_PLACEHOLDER_COLUMN |
Image Modified | Image Modified
| Oracle Report File Query | FORMS_RDF_EXT_FILE_QUERY |
Image Modified
| Image Modified
| Oracle Report Group | FORMS_RDF_GROUP |
Image Modified
| Image Modified
| Oracle Report Module | FORMS_RDF_MODULE |
|
| Image Modified
| Oracle Report Data Model | FORMS_RDF_DATA_MODEL |
|
| Image Modified
| Oracle Report Predefined Source | FORMS_RDF_PREDEFINED_SOURCE |
|
| Image Modified
| Oracle Report System Parameter | FORMS_RDF_SYSTEM_PARAMETER |
|
| Image Modified
| Oracle Report User Parameter | FORMS_RDF_USER_PARAMETER |
| |
| Image Modified
| Oracle Report BP Button | FORMS_RDF_BUTTON |
|
| Image Modified
| Oracle Report BP Chart | FORMS_RDF_CHART |
|
| Image Modified
| Oracle Report Form Parameter | FORMS_RDF_PARAMETER_FORM |
|
| Image Modified
| Oracle Report user column | FORMS_RDF_USER_UNKNOWN_COLUMN |
|
| Image Modified
| Oracle Report Layout Model | FORMS_RDF_LAYOUT_MODEL |
|
| Image Modified
| Oracle Report Header | FORMS_RDF_HEADER |
|
| Image Modified
| Oracle Report Trailer | FORMS_RDF_TRAILER |
|
| Image Modified
| Oracle Report Body | FORMS_RDF_BODY |
|
| Image Modified
| Oracle Report Margin | FORMS_RDF_MARGIN |
|
| Image Modified
| Oracle Report Repeating Frame | FORMS_RDF_REPEATING_FRAME |
|
| Image Modified
| Oracle Report Frame | FORMS_RDF_FRAME |
|
| Image Modified
| Oracle Report Field | FORMS_RDF_FIELD |
|
| Image Modified
| Oracle Report BP Text | FORMS_RDF_BP_TEXT |
|
| Image Modified
| Oracle Report BP Polygone | FORMS_RDF_BP_POLYGONE |
|
| Image Modified
| Oracle Report BP Polyline | FORMS_RDF_BP_POLYLINE |
|
| Image Modified
| Oracle Report BP Freehand | FORMS_RDF_BP_FREEHAND |
|
| Image Modified
| Oracle Report BP Line | FORMS_RDF_BP_LINE |
|
| Image Modified
| Oracle Report BP Rectangle | FORMS_RDF_BP_RECTANGLE |
|
| Image Modified
| Oracle Report BP Rounded Rectangle | FORMS_RDF_BP_ROUNDED_RECTANGLE |
|
| Image Modified
| Oracle Report BP Ellipse | FORMS_RDF_BP_ELLIPSE |
|
| Image Modified
| Oracle Report BP Arc | FORMS_RDF_BP_ARC |
|
| Image Modified
| Oracle Report BP Image | FORMS_RDF_BP_IMAGE |
|
| Image Modified
| Oracle Report BP Unknown | FORMS_RDF_BP_UNKNOWN |
Image Modified | Image Modified
| Oracle Report Program Unit | FORMS_RDF_PROGRAM_UNIT |
Oracle Forms links
| |
---|
Use (U) | This type is generically used to describe an interaction between two objects. For example: - between a Form Module and its Menu Module
|
Call (C) | A link of this type is created from a (popup) menu item invoking a menu to the cascading (popup) menu. For example: - Between a data block item and the sequence specified in its Initial Value property.
- Between a Form Module and the Report Modules via Report Objects.
|
Inherit (I) | A link of this type is created from an object created by subclassing to the source object. It is also created between an object and its property class and between a subclassed Module and its reference modules. |
Match (X) | This type of link indicates a link you have created using a Reference Pattern. |
Rely On | This type of link is created between a data block and the server objects used to construct it. |
Access | This type of link is created when there is a reference in the code to a data block item through host variable syntax (:block.item or :item). |
Monitor | This type of link is created between a data block relation and the data block. |
Oracle Reports links
| |
---|
Rely On | - from Oracle Report Data Link to child column
- from parent column to Oracle Report Data Link
- from group to query
- from query to PL/SQL code (function, procedure, package)
- from database column to query
|