Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Forms libraries used within Oracle E-Business Suite.

Object Type Identification

  • Files with extensions .pll, .plx are included regardless of location

File Extensions 

NameDescription
.pllPreLinked Library used for custom libraries.
.plxCompiled code.

...

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject 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 LocationPath to where the compiled file should be deployed to.$AU_TOP/forms/
Module TypeSpecifies the type of module to make from the Form.LIBRARYLIBRARY
Compile AllPackage compile preference.specialspecial | YES | NO

...

Related Project Properties

NameDescriptionDefault Value
EBS Forms Root Source DirectorySource folder for Forms (e.g. Form).forms
EBS Forms Root Destination DirectoryTarget directory for form files (fmx). (e.g. $XXAR_TOP/forms).$<PROD_TOP>/forms
EBS Forms ClasspathSet the classpath if needed for Forms compilation.
Stage directory for form files (fmb). (e.g. $XXAR_TOP/forms).$AU_TOP/forms

...

Sample Build Commands 

N/A - Build commands not supported for this type.  

Sample Deploy Commands 

Code Block
languagebash
themeRDark
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

...