Forms libraries used within Oracle E-Business Suite.
...
Name | 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 |
...
Code Block | ||||
---|---|---|---|---|
| ||||
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 |
...