| |
GeekInterview.com > Interview Questions > Oracle Apps > Forms Customization
| Print | |
Question: Why are views used in the data blocks of a standard form instead of mapping directly into the base tables?
|
| June 06, 2006 01:42:48 |
#1 |
| Richa |
Member Since: Visitor Total Comments: N/A |
RE: Why are views used in the data blocks of a standar... |
| This is because base tables have huge amount of data and because of which if we work directly on the base tables, it will hit the performance. Also, views are simplified versions of the base tables which are easy to understand and hence to work upon. |
| |
Back To Question | |