What should I do if I am missing an executable from my appl_top?
Binary executables are created with adrelink. For example, if addmimp is missing use: adrelink force=y ranlib=y "ad addmimp"
What so you mean by hierarchical and non hierarchical security type in value set?
Hierarchical maodel means there is a relationship between the parent comapny and subsidaries and we have to acess the inter company transactions also.Non Hiererchical Model contains the same thing but...
This comes into picture when security rule comes into picture.For example Say Maintanance is the one of the accounts, in that we have cleaning, painting expenses, when we are not accesssible to main a...
.rf9 files are created while applying patches usually in $APPL_TOP/admin/SID/restart directory .
I'll check more on this & explain
Atul
where would i find .rf9 file, and what execatly it dose
You might have submitted the request when network traffice is peak.
So try to submitt the request when network traffice less, Suggested to submit at night time
sometimes the long rum willl come because of the table locks. Check is there any locks ,then remove the locks and resubmit the program.
How can I implement and manage the custom schema?
basically a schema is collection of objects(tables, views, indexes,sequences) belonging to particular user, here in case of Oracle apps every module is implemented as a user for example Order Ma...
How do I find out what the currently installed release of applications is?
Select release_name from fnd_product_groups
Run the following Quey
SELECT * FROM FND_PRODUCT_INIT_CONDITION
Cheers
We can also find out through Help > About Oracle Applications
Thanks,
Nitin
What is '$flex$ and '$profile$, what is the use of '$flex$'?
Hi, $Flex$ is used when we need to return the Flex value contained by any AOL Vlauset or AOL object . For Ex . $Flex$.<Valueset name> would return the value held by that ...
The syntax for both is,$flex$.value set name- It is used to retrieve the value used in previous value set and generally used in Table type value set$profile$.profile option name- It is used to retrive value for that profile option
What are the logfile and output file naming conventions?
Logfiles: l.Req output files: if $appcpnam is not set: . If $appcpnam = reqid: o.Out if $appcpnam = user: .Out where: = the request id of the concurrent request and: = the id of the user that submitted the request
Log file get following name by default: lRequest_id.reqand Output file get following name by default : oRequest_id.outOutput files are stored at $APPLCSF/$APPLOUTand Log files are stored at $APPLCSF/l...
Why does help->tools->examine ask for a password?
The profile option utilities:diagnostics is set to no this profile option controls whether users can use the examine utility. The password should be the Apps password.
Navigate to the Update System Profile Screen. (\ navigate profile system) - Select Level: Site - Query up Utilities:Diagnostics in the User Profile Options Zone. If the profile option Utilities:Diagno...
1. FTP the Custom.pll from $AU_TOP/resource 2. Open the Custom.pll in Forms6i 3. Include the following code for your Form logic : begin Form_Name varchar2(50) :...
How do I find the name of a form?
Gui: use help->about Oracle applications scroll down to find the form name character: use help->version
GUI: Use Help->About Oracle Applications
Scroll down to find the form name in Current Form
How do I find the version of an installed product? (such as reports, SQL*net etc.)
One of the easiest ways is to run the product if you can. Running reports designer will give you the reports version, running SQL*plus will give you its version etc. Another easy way is to launch the Oracle installer and look in the installed products on the right side. It will list all the products...
RPM -qa |grep sql . RPM -qa will list the pakages installed.
How do I lookup ora errors? (and tns errors)
Use: oerr ora xxxx or: oerr tns xxxx where xxxx is the error number (this also supports a number of other error types. Use the 3-letter error prefix in place of 'ora')
How do I generate one single form? (as opposed to using adadmin to generate them all)
Character mode forms: use adfrmgen usage : adfrmgen filelist= or : adfrmgen product="product shortname(s)" [filepath="dir-path/filename"] for example : adfrmgen filelist=filelist.Txt adfrmgen product="gl" filepath="forms/glxssmty.Inp" (one file) adfrmgen product="gl" filepath="forms" (entire directory)...
relink the particular module ,eg :if FNDLOAD is missing then relink FND module
Hi,
Simply display the error(request status ERROR) , object name and path in the logfile.
NOTE : Before submitting any request(s), required executable(s) to be trasfered(FTP) in their corresponding TOPs thru UNIX.
-Thanks Alot,