A component of Oracle Fusion Middleware used to develop and deploy Forms applications. The Forms applications provide a user interface to access Oracle Database in an efficient and tightly-coupled way. The applications can be integrated with Java and web services to take advantage of service oriented architectures (SOA).
Object Type Identification
...
Name | Description |
---|---|
.fmb | A module, specifically, a Forms module binary file, created by Forms Builder. It uses Oracle for its back-end database |
.fmx | A compiled form. |
Object Type
...
Name | Code |
---|---|
Forms | FORM |
Object Type Attributes
...
Name | Code | Description | Default Value |
---|---|---|---|
EBS Forms Root Source Directory | FDEBS_FORMS_ROOT_SOURCE_DIR | Source folder for Forms (e.g. Form). | forms |
EBS Forms Root Stage Directory | FDEBS_FORMS_ROOT_STAGE_DIR | Stage directory for form files (fmb). (e.g. $XXAR_TOP/forms). | $AU_TOP/forms |
EBS Forms Root Destination Directory | FDEBS_FORMS_ROOT_DESTINATION_DIR | Target directory for form files (fmx). (e.g. $XXAR_TOP/forms). | $<PROD_TOP>/forms |
EBS Forms Classpath | FDEBS_FORMS_CLASSPATH | Set the classpath if needed for Forms compilation. | |
File Permissions | FDEBS_FILE_PERMISSIONS | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
...