EBS Object Types - Libraries
Forms libraries used within Oracle E-Business Suite.
Object Type Identification
Files with extensions .pll, .plx are included regardless of location
File ExtensionsÂ
Name | Description |
---|---|
.pll | PreLinked Library used for custom libraries. |
.plx | Compiled code. |
Object Type
Name | Code |
---|---|
Libraries |
|
Object Type Attributes
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 |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
Libraries Root Source Directory |
| Source folder for Libraries (e.g. Form). | forms |
Libraries Root Destination Directory |
| Target directory for library files (pll). (e.g. $XXAR_TOP/forms). | $<PROD_TOP>/forms |
Libraries Root Stage Directory |
| Stage directory for library files (pll). (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 | Â |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
cp "$SOURCE_FILE" "$AU_TOP/forms/";
frmcmp_batch module=$AU_TOP/forms/FABAL.pll userid=$FDEBS_DB_USER/$FDEBS_DB_PASSWORD module_type=LIBRARY compile_all=special
- style