GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Apps Technical
Go To First  |  Previous Question  |  Next Question 
 Apps Technical  |  Question 7 of 124    Print  
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

  
Total Answers and Comments: 10 Last Update: April 07, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 23, 2005 02:57:32   #1  
Arivazhagan        

RE: If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
One
 
Is this answer useful? Yes | No
August 26, 2005 06:42:41   #2  
Archana Patil        

RE: If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
We can use multiple tables also
 
Is this answer useful? Yes | No
September 24, 2005 03:15:02   #3  
Sagar        

RE: If the valueset if of type –TABLE then how many ta...
You can assign only one table for TableValueset. But The where condition depends any number of table valueset using the key word ':$FLEX$'
 
Is this answer useful? Yes | No
October 01, 2005 06:35:43   #4  
Shahab        

RE: If the valueset if of type –TABLE then how many ta...

n Number of value set can be used in table type value sets.


 
Is this answer useful? Yes | No
November 18, 2005 01:20:38   #5  
abedin Member Since: November 2005   Contribution: 4    

RE: If the valueset if of type –TABLE then how many ta...

nNumber of tables can be used in Table type valusets.

Even can write inline query for table 


 
Is this answer useful? Yes | No
January 25, 2006 06:46:02   #6  
shiv        

RE: If the valueset if of type –TABLE then how many ta...

mr Anwarul Abedin...

could you tell me how?


 
Is this answer useful? Yes | No
February 09, 2006 09:29:31   #7  
Nitin Kanwar        

RE: If the valueset if of type –TABLE then how many ta...

In the table name field of Validation Table Information for, one can give more than 1 table names with aliases

or

One can also write a SQL sqery (inline query) refering to more than one table or even union of 2 queries.


 
Is this answer useful? Yes | No
April 10, 2006 03:09:48   #8  
Rajesh Kendhuli        

RE: If the valueset if of type –TABLE then how many ta...

Hi

You can use any number of table  in a table type value set.

Regards

Rajesh Kendhuli


 
Is this answer useful? Yes | No
August 16, 2007 05:47:20   #9  
LAKSHMI        

RE: If the valueset if of type –TABLE then how many ta...

WE CAN  use multiple tables in table value set in table field we can use the tables and must give the alias names for the tables and in where clause write the join conditions


 
Is this answer useful? Yes | No
April 05, 2008 15:18:18   #10  
Pradeep_R Member Since: April 2008   Contribution: 2    

RE: If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
To define validation table information:
    1. Enter the name of the application with which your validation table is registered. Application name and table name uniquely identify your table.
    If you plan to display columns from more than one table in your list of values, you should leave this field blank, since it is effectively ignored in this case.
    2. Enter the name of an application table, view or synonym you want to use as a validation table. If your table is not registered with Oracle Applications, you should type in the entire name of the table you wish to use.
    You can define your value set to display several columns, and these columns may be in different tables. If your columns exist in different tables, you must specify more than one table name, separated by commas, in this field. You may use table aliases if desired. For example, you might enter the following information in this field (using two tables):
fnd_form f, fnd_application a 
    Then, in the Value Column, Description Column, Hidden ID Column, WHERE / ORDER BY, and Additional Columns fields, you would use the corresponding table aliases (for a WHERE clause):
where f.application_id = a.application_id 
    3. Enter the name of the column in your validation table that contains values you want to use to validate a value a user enters for a flexfield segment or a report parameter.
    Your selection of available columns depends on the Format Type you specify, and doesn't necessarily match your Format Type. For example, if you specify a Format Type of Standard Date, you select from those columns that have been registered as Date or Char type columns. Similarly, if you specify a Format Type of Number, you select from only those columns that have been registered as Number or Char type columns. If you specify a format type of Character, however, you see only columns of type Char. The format type you specify in the Format Type field is the format for the segment or parameter value.
    You may use a SQL expression in place of a column name, but you may not use any special bind variables.

Note: If possible, avoid using a SQL expression in place of a column name because support for SQL expressions will be obsolete in a future release.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape