Forms libraries used within Oracle E-Business Suite.
...
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source |
| Object Source Location Type | SCM (**populating from SCM) EBS (**manual creation) | SCM | EBS |
Stage Location |
| Path to where the source file (pll) should be staged. | $AU_TOP/forms/ | |
Target Location |
| Path to where the compiled file should be deployed to. | $AU_TOP/forms/ | |
Module Type |
| Specifies the type of module to make from the Form. | LIBRARY | LIBRARY |
Compile All |
| Package compile preference. | special | special | YES | NO |
Target File Permission |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
...
Name | Code | Description | Default Value |
---|---|---|---|
Libraries Root Source Directory |
| Source folder for Forms Libraries (e.g. Form). | forms |
Libraries Root Destination Directory |
| Target directory for form library files (fmxpll). (e.g. $XXAR_TOP/forms). | $<PROD_TOP>/forms |
Libraries Root Stage Directory |
| Stage directory for form library files (fmbpll). (e.g. $XXAR_TOP/forms). | $AU_TOP/forms |
File Permissions |
| Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
...