GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Scope and Application
Go To First  |  Previous Question  |  Next Question 
 Scope and Application  |  Question 25 of 31    Print  
What is the result of following query 'select * from po_headers'?

  
Total Answers and Comments: 3 Last Update: January 24, 2006     Asked by: srilekya 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 20, 2005 10:28:04   #1  
purushgeek Member Since: October 2005   Contribution: 3    

RE: what is the result of following query 'select * fr...

It return No Rows.


 
Is this answer useful? Yes | No
November 29, 2005 09:28:17   #2  
Anoo        

RE: what is the result of following query 'select * fr...

It will not return any row because it is just a view. Usually the difference between tables and views are tables are suffixed with 'ALL' like po_headers_all. If you wanna select from the view then you need to setup the Org_id and then you can get the data.

Hope this would help


 
Is this answer useful? Yes | No
January 24, 2006 07:10:31   #3  
poojar Member Since: January 2006   Contribution: 5    

RE: what is the result of following query 'select * fr...

It will not return any row because it is just a view. Usually the difference between tables and views are tables are suffixed with 'ALL' like po_headers_all. If you wanna select from the view then you need to setup the Org_id and then you can get the data

You have to set the org_id to retrive data from this view..

begin fnd_client_info.set_org_context('XX'); end;

where 'XX' is the relevant ORGANIZATION_ID for which you want to retrive data from hr_operating_units


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape