WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?
Answer Posted / viswa
view is one of the object, it is like as a table ,it will
created based on table,it has no data,using this we can
retrieve particular organization information
syntax
create view<view name> as select *from <table name> where
org_id=userenv('client_info')
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
how can develope the po variance and po summary report? with tables mandatory columns and query please?
what is the differences between internal requisition and internal sales order?
What are the different components of soa suite?
List the various types of value set.
What do you understand by a set of books?
what is the difference between request group and request security in oracle apps?
Are you familiar with internet architecture of oracle apps 11i?
Can you explain the difference between architecture followed in 10g & 11g?
What do you understand by soa?
What are the benefits of using soa architecture?
How can we import the data into a database using sql * loader?
what is pay run id ?
List the types of flexfield?
How can a process be deployed in soa?
What is count(*) from po_vendors(any table)?