Wikipedia

Search results

Tuesday, 10 June 2014

Compiling forms library files(.pll)

Compiling library files(.pll) in Oracle Apps 11i
------------------------------------------------

1. Logon as applmgr to the application server where the forms are installed.

2. Change directory to $AU_TOP/resource where all the .pll reside.

cd $AU_TOP/resource

3. Syntax for the f60gen command is as follows:

f60gen module=.pll userid=
password> output_file=/resource/.plx
module_type=library batch=no compile_all=special

4. Examples:

cd $AU_TOP/forms/US

Example 1:

f60gen module=FNDCONC.pll userid=APPS/APPS output_file=$AU_TOP/resource/FNDCONC.plx module_type=library batch=no compile_all=special

Example 2:
f60gen module=FAXMAD.pll userid=FA/FA output_file=$AU_TOP/resource/FAXMAD.plx module_type=library batch=no compile_all=special

How to compile CUSTOM.pll in R12
--------------------------------------
cd $AU_TOP/resource

frmcmp_batch module=CUSTOM.pll userid=apps/<pwd> output_file=CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special

Path for CUSTOM.pll:
-------------------------
$AU_TOP/resource

Background
----------------
The CUSTOM library allows extension of Oracle E-Business Suite without modification of Oracle E-Business Suite code.

Comparison between CUSTOM.pll and Form personalization s
-----------------------------------------------------------
http://pboracletechnical.blogspot.com/2013/03/forms-personalization-and-custompll.html


For more information on CUSTOM.pll check the below link.
http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458265.htm

How to regenerate specific forms via ADADMIN
--------------------------------------------------

Run adadmin - 1. Generate Applications Files menu -- 2.Generate form files enter the values as folows:


Enter the number of workers : ( give default values)

Your current character set is "AL32UTF8".

Do you want to generate Oracle Forms objects

using this character set [Yes] ? ( give default values)


Do you want to regenerate Oracle Forms PL/SQL library files [Yes] ? ( give default values)

Do you want to regenerate Oracle Forms menu files [Yes] ? ( give default values)


Do you want to regenerate Oracle Forms executable files [Yes] ? ( give default values)

Enter list of products ('all' for all products) [all] : FA ( here you need to enter FA)

Generate specific forms objects for each selected product [No] ? yes


The current set of installed languages is: US

Please select languages for generating Oracle Forms files.

You may select all of the above languages, or just a subset.

Enter list of languages ('all' for all of the above) [all] :


You selected the following languages: US


Is this the correct set of languages [Yes] ?

Reading product form information...


Selecting Oracle Forms PL/SQL library files and menu files to generate...

Selecting library and menu files for Assets...

List of libraries and menus in Assets :

FAXCDB.pll FAXCORE.pll FAXFLDR.pll FAXGROUP.pll OFG4BSL.pll

OFG4TEL.pll


Enter libraries and menus to generate, or enter 'all' [all] : FAXSUSTIL


Selecting product forms to generate...


Selecting forms for Assets...


List of forms in Assets :


FAEXDEPR.fmx FAXASSET.fmx FAXDPRUN.fmx FAXDTATH.fmx FAXDTCOM.fmx

FAXINSUR.fmx FAXLPEAP.fmx FAXLSDET.fmx FAXLSSCH.fmx FAXMAABI.fmx

FAXMACWA.fmx FAXMADDS.fmx FAXMADPA.fmx FAXMAMCH.fmx FAXMAMRT.fmx

FAXMAMTF.fmx FAXMAPPR.fmx FAXMARCL.fmx FAXMAREV.fmx FAXMTDET.fmx

FAXMTPUR.fmx FAXMTSCH.fmx FAXOLFIN.fmx FAXOLTRX.fmx FAXORIDE.fmx

FAXPICMP.fmx FAXPIDEF.fmx FAXPIINV.fmx FAXPRRUN.fmx FAXPURGE.fmx

FAXRXIRP.fmx FAXRXREP.fmx FAXSUAKY.fmx FAXSUBCT.fmx FAXSUCAL.fmx

FAXSUCAT.fmx FAXSUCBD.fmx FAXSUCGU.fmx FAXSUDBR.fmx FAXSUDCL.fmx

FAXSUDST.fmx FAXSUEXL.fmx FAXSUFYR.fmx FAXSUITA.fmx FAXSUITR.fmx

FAXSULOC.fmx FAXSULUT.fmx FAXSUMET.fmx FAXSUPRC.fmx FAXSUPRX.fmx

FAXSUSGR.fmx FAXSUSTL.fmx FAXSUWTY.fmx FAXULCBD.fmx FAXUPPPR.fmx

FAXWHTIF.fmx


Enter forms to generate, or enter 'all' [all] : FAXSUSTL.fmx



Oracle Notes:

How To Relink Forms Library Files Using "adadmin" (11i & R12) [ID 141118.1]

No comments:

Post a Comment