Versions Compared

Key

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

Forms libraries used within Oracle E-Business Suite.

...

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

...

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

...