How to compile a custom form and library?
- From: "Apps DBA" <dbaorapps@xxxxxxxxx>
- To: ora-apps-dba@xxxxxxxxxxxxx
- Date: Sat, 1 Dec 2007 18:39:29 +0530
HI gurus,
How to compile a custom form and library? I have XXTPOST.fmb and
XXTPOSTLIB.pll and also I have XXTP_TOP custom TOP.
Please let me know if the below approach is correct:
I have doubt that Should I copy the Library file to XXTP_TOP/resource and
compile library (Do I need to use APPS/<APPS password> or Product
owner/<Product password> )and form file to $XXTP_TOP/forms/US directory and
compille the form (Do I need to use APPS/APPS passwd)?
OR
Should both the library and form to be copied to $AU_TOP/resource/ and
$AU_TOP/forms/US locations and compile library first and then compile form?
1. source the apps environment file
2. export FORMS60_PATH=$FORMS60_PATH:$AU_TOP/forms/US:
3. f60gen module=XXTPOSTLIB.pll userid=*(Do I need to use APPS/<APPS
password> or Product owner/<Product password> )
*output_file=$AU_TOP/resource/XXTPOSTLIB.plx
module_type=library batch=no compile_all=special
4. f60gen Module=XXTPOST.fmb Userid=apps/<apps password>
Module_Type=FORM batch=yes Output_File=XXTPOST.fmx
5. Do we need to use batch=yes/no while compiling form and library,
what could be the reason for using the same please clear my doubt.
Please clearify this , I will be grateful to you.
Thanks,
RG
In this case Do I need to Give APPS/<APPS Password>
- Follow-Ups:
- Re: How to compile a custom form and library?
- From: Raghu Soma
Other related posts:
- » How to compile a custom form and library?
- » Re: How to compile a custom form and library?
- » Re: How to compile a custom form and library?
- » Re: How to compile a custom form and library?
- » Re: How to compile a custom form and library?
- » Re: How to compile a custom form and library?
- Re: How to compile a custom form and library?
- From: Raghu Soma