GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AR
Go To First  |  Previous Question  |  Next Question 
 AR  |  Question 9 of 36    Print  
What is the difference between _all, _tl, _vl, _v tables in Oracle Apps ?

  
Total Answers and Comments: 3 Last Update: September 10, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 07, 2005 00:42:29   #1  
Arti        

RE: What is the difference between _all, _tl, _vl, _v tables in Oracle Apps ?
_all tables store data for all orgs
_tl table stores the translations
_vl table stores the MultiLingual views
created to allow certain seed data to be available in multiple national languages simultaneously.
_v tables are the views created on base tables

 
Is this answer useful? Yes | No
August 09, 2005 15:05:49   #2  
Sandeep S        

RE: What is the difference between _all, _tl, _vl, _v tables in Oracle Apps ?
_all : Table holds all the information about different operating units. Multi-Org environment. You can also set the client_info to specific operating unit to see the data specific to that operating unit only.

_TL : Translation Tables. where we can find the name of the particular field we are referring to. All _TL tables has a unique ID which corresponds the foreign key to other table which is used to store in the database and referenced back to display the name.

_V: are views.

_VL : ??

 
Is this answer useful? Yes | No
September 10, 2007 18:11:21   #3  
Jampani        

RE: What is the difference between _all, _tl, _vl, _v ...
_ALL : Table holds all the information about different operating units. Multi-Org environment. You can also set the client_info to specific operating unit to see the data specific to that operating unit only.
_TL are tables corresponding to another table with the same name minus the _TL. These tables provide multiple language support. For each item in the table without _TL there can be many rows in the _TL table but all with different values in the LANGUAGE column.
_B these are the BASE tables.
They are very important and the data is stored in the table with all validations.
It is supposed that these table will always contain the perfect format data.
If anything happens to the BASE table data then it is a data corruption issue.
_F these are date tracked tables which occur in HR and Payroll. For these there are two date columns EFFECTIVE_START_DATE and EFFECTIVE_END_DATE which together with the PK identifies a row uniquely. The date intervals cannot overlap. Many think they are Secured data. Guess someone from Oracle confirms.
_V tables are the views created on base tables
_VL are views for multi language tables which combines the row of the base table with the corresponding row of the _TL table where the LANGUAGE USERENV(’LANG’).
_S are sequences used for finding new values for the primary key of a table.
_A are Audit Shadow Tables
_AVN and _ACN are Audit Shadow Views (when data was changed and with what values

 
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