Since Question is related to APPS If you want to see particular filed in particular table Go to Form, Click on that field --> press Help Button in Menu -->HistoryPopup window will show Table name
If you know the column name, you can find out what all tables the column is used. Use this SQL> Select table_name from all_tab_columns where column_name = '';
While registering procedure as concurent program there we need to declare two mandatary OUT parameters in procedure.
1.Errbuf
2.Retcode
Errbuf : Errbuf is one the paramter which will define in p...
ram
Sep 20th, 2006
There is another parameter for apps procedure errbuff
We give Business Group name while defining Security Profile through local HR responsibility.Business Group name is required because in this way we are restricting to this business:- Organization Hiera...
A concurrent program is an instance of an execution file, along withparameter definitions and incompatibilities. Concurrent programs useconcurrent program executables to locate the correct execution f...
for knowing the size of the database, you will calculate the size of datafile because database size is nothing your datafile size is database size.select count(*) from dba_data_files;
You can apply discount on the purchase order by defining a discount type modifier.You can define discount modifier for the line level and group of line.-KH
bobayya
Jan 4th, 2006
For example for a 10% discount you multiply the amount by 0.9 etc..
Ans